Description Usage Arguments Value Examples
Attaches a dataframe to an OME object
1 | attachDataframe(omero, df, name = "R Dataframe")
|
omero |
The OME object |
df |
The dataframe |
name |
An optional name |
The OME object
1 2 3 4 | ## Not run:
attachDataframe(project, df, name="Some data")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.