Learn R Programming

solvebio (version 2.15.0)

Annotator.annotate: Annotator.annotate

Description

Annotate a data table/frame with additional fields.

Usage

Annotator.annotate(
  records,
  fields,
  include_errors = FALSE,
  raw = FALSE,
  env = .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

Run this code
if (FALSE) {
Annotator.annotate(records=tbl, fields=fields)
}

Run the code above in your browser using DataLab