to.data.frame: Convert a CAS data frame to an R Data Frame

View source: R/CASdf.R

to.data.frameR Documentation

Convert a CAS data frame to an R Data Frame

Description

This function returns the R data.frame object that is encapsulated in a casDataFrame. The CAS metadata is not available in the returned data.frame.

Usage

to.data.frame(cdf)

Arguments

cdf

The casDataFrame to convert

Value

Data Frame

Examples

## Not run: 
df3 = to.data.frame(cdf)

## End(Not run)

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