Skip to content

Handling R scripts without conversion into Rmd #89

@thebioengineer

Description

@thebioengineer

Currently {DataPackageR} converts R scripts into Rmd via knitr::purl() to then get run via rmarkdown::render() so they are in a "clean" R environment.

Rather than doing that, we should set up the ability to source the R script in a clean R session and maintain the pulling of objects out of the rendered environment for saving/sharing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions