Skip to content

small, lightweight package for accessing BWG data for the CESAB FUNCTIONALWEBS projects

License

Notifications You must be signed in to change notification settings

SrivastavaLab/fwdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fwdata : accessing data

small, lightweight package for accessing BWG data for the CESAB FUNCTIONALWEBS projects

Installation

library(devtools)
install_github("richfitz/datastorr")
install_github("SrivastavaLab/fwdata")

How to use it

library(fwdata)
## first, sign in -- you will need a secret password from Andrew.
## DO NOT WRITE IT DOWN
fw_auth()

## then, load a specific version of the dataset
fw_data("0.0.1")

## What datasets do you have on YOUR machine
fw_versions()

## What datasets exist so far?
fw_versions(local = FALSE)

To access the BWG biomass estimate data, use the switch biomass = TRUE:

## then, load a specific version of the dataset
fw_data("0.0.9000", biomass = TRUE)

## What datasets do you have on YOUR machine
fw_versions(biomass = TRUE)

## What datasets exist so far?
fw_versions(local = FALSE, biomass = TRUE)

About

small, lightweight package for accessing BWG data for the CESAB FUNCTIONALWEBS projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages