Learn R Programming

romero.gateway (version 0.4.4)

attachDataframe: Attaches a dataframe to an OME object

Description

Attaches a dataframe to an OME object

Usage

attachDataframe(omero, df, name = "R Dataframe")

Arguments

omero

The OME object

df

The dataframe

name

An optional name

Value

The OME object

Examples

Run this code
# NOT RUN {
attachDataframe(project, df, name="Some data")
# }

Run the code above in your browser using DataLab