makeImporter: Creates an "adapr_importer.R" script that allows another user...

Description Usage Arguments Details Value Examples

View source: R/importers.R

Description

Creates an "adapr_importer.R" script that allows another user to import the project with the "importProject" function.

Usage

1
makeImporter(project.id = getProject())

Arguments

project.id

name of project.

Details

This is a console command. The function adapr::makeImproter will create the "adapr_importer.R" file needed by adapr::importProject fuction.

Value

output form base::write about success of file creation.

Examples

1
2
3
4
## Not run: 
makeImporter() # Will create file called "adapr_importer.R" in top level project directory.

## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.