attachDataframe: Attaches a dataframe to an OME object

attachDataframeR Documentation

Attaches a dataframe to an OME object

Description

Attaches a dataframe to an OME object

Usage

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

Arguments

omero

The OME object

df

The dataframe

name

An optional name

ns

An optional namespace for the file annotation

Value

The OME object

Examples

## Not run: 
attachDataframe(project, df, name="Some data")

## End(Not run)

dominikl/rOMERO documentation built on Nov. 3, 2023, 1:53 p.m.