parse_biblio: Parse json data returned from the biblio endpoint into...

View source: R/parse_biblio.R

parse_biblioR Documentation

Parse json data returned from the biblio endpoint into dataframe

Description

Given a json list after fromJSON() function of the jsonlite package, it returns a dataframe conteining some bibliographic patent data in an orderly manner. Tt works only with results in multiple entries. Not stable, as the OPS is still developing, this method needs to be improved.

Usage

parse_biblio(response)

Arguments

response

A single url or vector of urls

Value

A list.

Examples

## Not run: parse_biblio(response)

AlessioNar/Rops documentation built on Sept. 27, 2022, 1:16 a.m.