read_csv_data_as_df {databraryr} | R Documentation |
Download Stored CSV As Data Frame.
Description
This function has been deprecated and may be removed in a future release.
See download_session_asset()
for more similar, but more general functionality.
Usage
read_csv_data_as_df(session_id = 9807, asset_id = 153108, vb = FALSE)
Arguments
session_id |
Session ID within some volume. |
asset_id |
Asset ID within the session. |
vb |
A Boolean value. If TRUE provides verbose output. |
Details
If a given Databrary session has a CSV file, this function will try to download it as a data frame.
Value
A data frame with the CSV data.
Examples
read_csv_data_as_df() # Downloads a CSV depicting Databrary growth from volume 1
[Package databraryr version 0.6.4 Index]