Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Fragile Families R-package

This package allows one to retrieve metadata for the Fragile Families challenge via the Web API. Users can select and search metadata for relevant variables. select_metadata() allows users to retrieve more information about a given variable. search_metadata() allows users to search and filter for variables with certain attributes.

To install the package from github, use:

## if devtools is not already installed
#install.packages("devtools")

## Install from github
devtools::install_github("fragilefamilieschallenge/ffmetadata")

Vignette

To learn more about the how to use the package, please see the vignette.

You can’t perform that action at this time.