cp_pull_loadcells: Download carport load cell data

Description Usage Arguments Details Value See Also

Description

copies carport load cell data files as is from UFZ SFTP server to local directory.

Usage

1
cp_pull_loadcells(save_to, ssh_key)

Arguments

save_to

Path to the folder where the data should be saved (also used to check existing vs. new data on the server).

ssh_key

Path to private SSH key for authentication (.ppk file).

Details

This function downloads all (or only new) available load cell data files from the Revolution Pi running at the UBZ carport green roof. To run the function, you need a valid private SSH key to authenticate yourself on the FTP server. The data files are saved in a local directory. Note, that this function does not import any data into your R environment, please use other function in the carport utility functions group to import the data into your R environment.

Value

Data files in CSV format in the specified folder and a summary message.

See Also

Other carport utility functions: cp_load_loadcells(), cp_read_events(), cp_tidy_loadcells()


jknappe/ubzutils documentation built on Sept. 1, 2020, 6:44 p.m.