Description Usage Arguments Details Value See Also
copies carport load cell data files as is from UFZ SFTP server to local directory.
1 | cp_pull_loadcells(save_to, ssh_key)
|
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). |
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.
Data files in CSV format in the specified folder and a summary message.
Other carport utility functions:
cp_load_loadcells(),
cp_read_events(),
cp_tidy_loadcells()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.