pplr_cov_unpack: Unpack the covariates contained in the dataset downloaded via...

Description Usage Arguments Value Examples

View source: R/cov_unpack.R

Description

Create a data frame by "extracting" the covariates column contained in an dataset downloaded with pplr_get_data().

Usage

1

Arguments

input

An object of class get_data.

Value

A data frame whose columns represent the covariates of the dataset downloaded via pplr_get_data(). Note that these covariates are contained in the covariates column datasets downloaded using pplr_get_data().

Examples

1
2
3
4
5
6
## Not run: 
library(dplyr)
demo_d <- pplr_get_data(proj_metadata_key == 8)
as.tbl( pplr_cov_unpack( demo_d ) )

## End(Not run)

AldoCompagnoni/popler documentation built on Nov. 15, 2019, 9:48 a.m.