reproduce | R Documentation |
reproduce()
inspects the files of a project and suggest a way to reproduce the project.
reproduce(fun, ..., path = ".", cache = FALSE, silent = FALSE)
reproduce_make(path, cache = FALSE, silent = FALSE)
fun |
a function that inspects |
... |
more functions like |
path |
Were should I look for entrypoints? |
cache |
Default is |
silent |
Should a message be presented? |
reproduce()
walks through a list of functions that check for a specific entrypoint.
As soon as a function returns a possible entrypoint the search stops.
If no function is supplied the standard list of reproduce_funs is used.
Returns invisibly the command users should use to reproduce.
reproduce_funs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.