output | R Documentation |
Add project communication outputs to a project directory.
output(project_name, project_directory, type = projectTypes())
project_name |
project name/title |
project_directory |
the project directory file path |
type |
project type. Should be one returned by |
## Not run:
projectSkeleton(paste0(tempdir(),'/test_project'))
output('test project',paste0(tempdir(),'/test_project'),type = 'report')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.