View source: R/measurement-chains.R
download_measurementchains_data | R Documentation |
Measurement Chains: download data
download_measurementchains_data(
sftp_paths,
target_directory = temp_dir(),
sftp_connection = create_sftp_connection(),
run_parallel = TRUE,
debug = FALSE
)
sftp_paths |
character vector with paths to files to be downloaded. As
retrieved by |
target_directory |
target directory |
sftp_connection |
an SFTP connnection as retrieved by
|
run_parallel |
default: TRUE |
debug |
show debug messages (default: FALSE) |
tibble with columns file_id, sftp_path and local_path of csv files
## Not run:
mc_files <- kwb.geosalz::get_measurementchains_files()
target_directory <- tempdir()
local_paths <- kwb.geosalz::download_measurementchains_data(
sftp_paths = mc_files$sftp_path,
target_directory)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.