dssAs | R Documentation |
Coerce to new type (like R as... functions)
dssAs(newtype, object, newobject = NULL, async = TRUE, datasources = NULL)
newtype |
a character, what type to convert to to (ex: "character" or "data.frame") |
object |
a character, name of the object to convert |
newobject |
a character, optional, name of the newly created object. If missing the old object will be overwritten. |
async |
a logical, see datashield.aggregate |
datasources |
a list of opal objects obtained after logging into the opal servers (see datashield.login) |
TRUE if succesful
dssAs('data.frame', 'some_matrix_object', 'my_new_df', datsources = opals)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.