Python API - RMarkdown

Jos
Jos Registered Posts: 2

Hello,

Is there a way to create and edit RMarkdown reports using the python API?

Thanks.

Best Answer

Answers

  • Jos
    Jos Registered Posts: 2

    Thanks,

    could you provide further detail as to how to include a library in Code Report?

  • Alexandru
    Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,225 Dataiker

    You would be able to include code as such in your report

    library(dataiku)

    dkuSourceLibR("miscfuncs.R")

    do_awesome_stuff()

    Note importing via dkuSourceLibR is for R code so html/markdown would have to be handled in the code report directly.
    Project libraries for RMarkdown are support since DSS 9.

Setup Info
    Tags
      Help me…