if (FALSE) {
downloaded_data <- remote_download(hashed_data = "example_hash",
ckan_url = "https://example.com",
ckan_key = "your_ckan_key",
ckan_package = "your_ckan_package",
s3_key_id = "your_s3_key_id",
s3_secret_key = "your_s3_secret_key",
s3_region = "your_s3_region",
s3_bucket = "your_s3_bucket",
mongo_key = "mongo_key",
mongo_collection = "mongo_collection")
}
Run the code above in your browser using DataLab