Annotator.annotate: Annotator.annotate

View source: R/annotation.R

Annotator.annotateR Documentation

Annotator.annotate

Description

Annotate a data table/frame with additional fields.

Usage

Annotator.annotate(
  records,
  fields,
  include_errors = FALSE,
  raw = FALSE,
  env = solvebio:::.solveEnv
)

Arguments

records

The data table or data frame to annotate.

fields

The fields to add.

include_errors

Set to TRUE to include errors in the output (default: FALSE).

raw

Set to TRUE to return the raw response (default: FALSE).

env

(optional) Custom client environment.

References

https://docs.solvebio.com/

Examples

## Not run: 
Annotator.annotate(records=tbl, fields=fields)

## End(Not run)


solvebio/solvebio-r documentation built on Dec. 8, 2022, 4:29 a.m.