Description Usage Arguments Value Examples
create_wsteps
creates the Reportr object and the necessary
structure for the package's functions.
1 2 3 4 5 6 7 8 9 10 |
steps |
List of paths (and other arguments embedded in each element of the list). |
project.name |
The name of your workflow/project, Default = 'My project'. |
author |
Author, Default = Sys.info user. |
affiliation |
Author, Default = 'Lab'. |
email |
Author's email. |
address |
Server address, Default: 'file://'. |
path |
Path equivalent of the address, Default: ”. |
markdown |
Markdown specs. |
A Reportr object.
1 2 3 4 | ## Not run:
if(interactive()) create_wsteps(list())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.