powered by
data.frame
Turn supreme data into a data.frame
# S3 method for supreme as.data.frame(x, ...)
a supreme object.
supreme
methods to be passed onto.
a data.frame.
# NOT RUN { paths <- example_app_path() sp <- supreme(src_file(paths)) as.data.frame(sp) # }
Run the code above in your browser using DataLab