Description Usage Arguments Value Examples
Variable names defined by df, in envir defined
1 | remove.experiments(df, envir = .GlobalEnv)
|
df |
an ORFik |
envir |
environment to save to, default (.GlobalEnv) |
NULL (objects removed from envir specified)
1 2 3 4 5 | df <- ORFik.template.experiment()
# Output to .GlobalEnv with:
# outputLibs(df)
# Then remove them with:
# remove.experiments(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.