Description Usage Arguments Value Examples
Coerce to new type (like R as... functions)
1 2 3 4 5 6 7 8 |
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 |
wait |
a logical, see datashield.aggregate |
datasources |
a list of opal objects obtained after logging into the opal servers (see datashield.login) |
TRUE if succesful
1 | 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.