Learn R Programming

EDCimport (version 0.6.0)

set_project_name: Set the project name

Description

Set or override the project name

Usage

set_project_name(db, name)

Value

nothing

Arguments

db

the edc_database

name

the project name

Examples

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

Run the code above in your browser using DataLab