Description Usage Arguments Details Value Examples
Creates an "adapr_importer.R" script that allows another user to import the project with the "importProject" function.
| 1 | makeImporter(project.id = getProject())
 | 
| project.id | name of project. | 
This is a console command. The function adapr::makeImproter will create the "adapr_importer.R" file needed by adapr::importProject fuction.
output form base::write about success of file creation.
| 1 2 3 4 | ## Not run: 
makeImporter() # Will create file called "adapr_importer.R" in top level project directory.
## End(Not run) 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.