Learn R Programming

supreme (version 1.1.0)

as.data.frame.supreme: Turn supreme data into a data.frame

Description

Turn supreme data into a data.frame

Usage

# S3 method for supreme
as.data.frame(x, ...)

Arguments

x

a supreme object.

...

methods to be passed onto.

Value

a data.frame.

Examples

Run this code
# NOT RUN {
paths <- example_app_path()
sp <- supreme(src_file(paths))
as.data.frame(sp)
# }

Run the code above in your browser using DataLab