post_styx_site: Create a styx site and post a list of timeseries files to it

View source: R/post_styx_site.R

post_styx_siteR Documentation

Create a styx site and post a list of timeseries files to it

Description

This function is easiest to use when applied to the output of stage_styx_site.

Usage

post_styx_site(file_list)

Arguments

file_list

a list of files as given by stage_styx_site. The site name will be determined from the first item (a metadata vector) in this list.

Examples

## Not run: 
staged <- stage_styx_site(info="help file example for post_styx_site")
login_sb()
post_styx_site(staged)

## End(Not run)

USGS-R/mda.streams documentation built on June 3, 2023, 8:43 a.m.