Learn R Programming

EDCimport (version 0.7.0)

set_project_name: Set the project name

Description

Set or override the project name

Usage

set_project_name(db, name)

get_project_name(lookup = edc_lookup())

Value

nothing

the name of the project

Arguments

db

the edc_database

name

the project name

lookup

the lookup table

Examples

Run this code
db = edc_example() %>% 
 set_project_name("My great project")
edc_lookup()

Run the code above in your browser using DataLab