read_csv_data_as_df: Download Stored CSV As Data Frame.

View source: R/read_csv_data_as_df.R

read_csv_data_as_dfR Documentation

Download Stored CSV As Data Frame.

Description

[Deprecated]

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


PLAY-behaviorome/databraryapi documentation built on April 29, 2024, 2:16 a.m.