QLoadData: Loads an object

View source: R/DataMart.R

QLoadDataR Documentation

Loads an object

Description

Loads an *.csv, *.rds, *.xlsx, or *.sav file from the Displayr Cloud Drive and converts this to an R object.

Usage

QLoadData(filename, company.token = NA, ...)

Arguments

filename

character string. Name of the file to be opened from the Displayr Cloud Drive. To reference a file in a subdirectory, use double backslashes after each folder (e.g "subdir\file.csv").

company.token

Use this if you need to read from a different company's Displayr Cloud Drive. You need to contact Support to get this token.

...

Other parameters to pass to read.csv.

Value

An R object


Displayr/flipAPI documentation built on Feb. 28, 2025, 3:48 p.m.