parse_nitrc_docs: Parse Documents from NITRC List

Description Usage Arguments Value Examples

Description

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

Usage

1

Arguments

proj

List of projects returned from nitrc_remote_data

long

logical indicator if the data.frame should be returned long or wide

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_docs(proj)

## End(Not run)

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