set_project_name {EDCimport} | R Documentation |
Set the project name
Description
Set or override the project name
Usage
set_project_name(db, name)
Arguments
db |
the edc_database |
name |
the project name |
Value
nothing
Examples
db = edc_example() %>%
set_project_name("My great project")
edc_lookup()
[Package EDCimport version 0.6.0 Index]