write_description_file {REDCapExporter} | R Documentation |
Write Description File
Description
Create the DESCRIPTION file for the R Data package based on an Exported REDCap Project
Usage
write_description_file(access_time, user, roles, project_info, path)
write_authors(user, roles = NULL)
Arguments
access_time |
The |
user |
User(s), as noted in the REDCap project meta data. This parameter is singular as it refers to the "user" content one can access from the REDCap API. |
roles |
roles the |
project_info |
project metadata |
path |
path to the root for the generated R data package. |
Details
These is a non-exported function and is not expected to be called by the end user.
write_description_file
creates the DESCRIPTION file for the
exported R data package and write_authors
creates the "Authors@R"
field of the DESCRIPTION based on the "user" data extracted from the REDCap
project.
[Package REDCapExporter version 0.2.2 Index]