to.r.data.frame: Convert a CAS Table to a R Data Frame (Download)

View source: R/CAStab.R

to.r.data.frameR Documentation

Convert a CAS Table to a R Data Frame (Download)

Description

Downloads the in-memory table that is referenced by the CASTable object and stores it as a data.frame in R. This function is used to download datasets from CAS.

Usage

to.r.data.frame(ct, obs = 32768)

Arguments

ct

The CASTable object to download.

obs

Number of rows to download, by default 32768

Value

Returns a data.frame object that contains a copy of the in-memory data.

Examples

## Not run: 
rdf = to.r.data.frame(CASTable)

## End(Not run)


sassoftware/R-swat documentation built on Feb. 26, 2024, 8 a.m.