zooHUCtoFeather: Convert to feather

Description Usage Arguments Value Examples

View source: R/zooHUCtoFeather.R

Description

This function converts the monthly mean HUC values to 'feather' format to enable faster importing than .csv or .txt formats. Necessary for rapid RShiny app processing. Requires 'feather' package.

Usage

1
2
zooHUCtoFeather(zoo.obj,
  featherPath = "C:/Users/ssaxe/Documents/Projects/Model Evaluation/RShiny/FeatherFiles")

Arguments

zoo.obj

Either output from downscale_HUC10() function (list object of zoo-format dataframes) or vector of paths to locations of csv files.

featherPath

Path to containing folder for feather files to be used by Shiny application.

Value

List of tables of HUC 2-8 means in 'zoo' format. Time-step x HUC-10.

Examples

1

ssaxe-usgs/METsteps documentation built on May 5, 2019, 5:54 p.m.