oos_get_file: Downloads a file as a stream from the Oracle Object store....

Description Usage Arguments Value Examples

Description

Downloads a file as a stream from the Oracle Object store. Used to load files into a dataframe

Usage

1
oos_get_file(credentials, container, file_name, delim, colClasses)

Arguments

credentials

List Object returned from a call to oos_autheticate

container

Full container name where a file resides.

file_name

The file name to download

delim

Delimiter of the csv file

Value

returns the contents of the file as a result of a read.csv. ONly tested with csvs.

Examples

1
2
#my_data <- oos_get_file(my_credentials,"sales" ,"data.csv", ",")
#my_data2 <- oos_get_file(my_credentials,"sales/2004" ,"data.csv", ";")

pquinones/POS documentation built on May 6, 2019, 6:04 p.m.