parse_nitrc_proj: Parse Project Information from NITRC List

Description Usage Arguments Value Examples

Description

Parses the list of projects from nitrc_remote_data to a data.frame of projects with attributes

Usage

1

Arguments

proj

List of projects returned from nitrc_remote_data

add_attr

Should attributes be added (this will replicate multiple records to the same ID)

Value

data.frame

Examples

1
2
3
4
5
6
## Not run: 
js = nitrc_remote_data(spec = "all")
proj = js$projects
doc_df = parse_nitrc_proj(proj)

## End(Not run)

muschellij2/nitrc documentation built on May 23, 2019, 9:53 a.m.