Copy a local or remote data frame to the browser
Usage
# S3 method for class 'ShinySession'
copy_to(dest, df, ...)
Arguments
- dest
A shiny session object.
- df
A local data.frame or a name of the
JSON data in the browser.
- ...
Unused. Provided for consistency with generic.