ws_list_files: Function to return the file list.

Description Usage Arguments

View source: R/ws_list_files.R

Description

The files list can be returned with either all the files or only the accessible files.

Usage

1
2
ws_list_files(only_accessible = FALSE, ws_user = Sys.getenv("WS_USER"),
  ws_password = Sys.getenv("WS_PASSWORD"))

Arguments

only_accessible

TRUE if you only want to see your available data series.

ws_user

Your Wattsight user name. Defaults to a environment variable called WS_USER.

ws_password

Your Wattsight user password. Defaults to a environment variable called WS_USER.


krose/wattsight documentation built on May 25, 2019, 9:30 p.m.