Annotator.annotate {solvebio} | R 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
Examples
## Not run:
Annotator.annotate(records=tbl, fields=fields)
## End(Not run)
[Package solvebio version 2.14.0 Index]