parse_json_output: Parse JSON output

View source: R/internals.R

parse_json_outputR Documentation

Parse JSON output

Description

Parse the JSON output from the GET or POST request

Usage

parse_json_output(json_res)

Arguments

json_res

the list output from jsonlite::fromJSON(x)

Value

a tibble containing the following;

  • Level Classification level (kingdom, superclass, class and subclass)

  • Classification The compound classification

  • CHEMONT Chemical Ontology Identification code


classyfireR documentation built on March 18, 2022, 7:21 p.m.