getEntityAttributeMetadata: getEntityAttributeMetadata - Gets attribute metadata for a...

Description Usage Arguments Value Author(s) Examples

View source: R/getEntityAttributeMetadata.R

Description

getEntityAttributeMetadata - Gets attribute metadata for a particular entity type.

Usage

1
2
getEntityAttributeMetadata(coreApi, entityType, fullMetadata = FALSE,
  ...)

Arguments

entityType

entity type which has the attribute metadata

fullMetadata

get full metadata, default is FALSE

...

additional arguments passed to apiGET

coreAPI

coreApi object with valid jsessionid

Value

List of length 2, containing entity and response objects:

Author(s)

Natasha Mora natasha.mora@thermofisher.com

Francisco Marin francisco.marin@thermofisher.com

Edgardo Gutierrez edgardo.gutierrez@thermofisher.com

Examples

1
2
3
4
5
6
7
## Not run: 
api <- coreAPI("PATH TO JSON FILE")
login <- authBasic(api)
experimentAssayType <- getEntityAttributeMetadata(login$coreApi, "BEER_SAMPLE", FALSE)
logOut(login$coreApi)

## End(Not run)

AmundsenJunior/pfsrsdk documentation built on July 18, 2019, 8:10 p.m.