to.casDataFrame: Convert a CAS Table to a CAS Data Frame (Download)

View source: R/CASdf.R

to.casDataFrameR Documentation

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

Description

Downloads the in-memory table that is referenced by the CASTable object and stores it as a casDataFrame in R. This function is used primarily by the package to store the results of a CAS action.

Usage

to.casDataFrame(ct, obs = 32768)

Arguments

ct

The CASTable object to download.

Value

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

Examples

## Not run: 
cdf = to.casDataFrame(CASTable)

## End(Not run)

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