post_indy_site: Create a indy site and post a list of timeseries files to it

View source: R/post_indy_site.R

post_indy_siteR Documentation

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

Description

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

Usage

post_indy_site(file_list, on_site_exists = c("clear", "skip", "stop",
  "replace"), summarize = FALSE)

Arguments

file_list

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

on_site_exists

see on_exists argument to post_site

summarize

logical. return a summary of the site's tses?

Examples

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

## End(Not run)

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