Patents: Patents: Structured, searchable developer access to NASA's...

Description Usage Arguments Value Examples

View source: R/Patents.R

Description

NOTE: THIS IS DOWN CURRENTLY: The NASA patent portfolio is available to benefit US citizens. Through partnerships and licensing agreements with industry, these patents ensure that NASA’s investments in pioneering research find secondary uses that benefit the economy, create jobs, and improve quality of life. This function provides structured, searchable developer access to NASA’s patents that have been curated to support technology transfer.

Usage

1
2
Patents(key = Sys.getenv("NASA_TOKEN"), query, concept_tags = FALSE,
  limit = 5)

Arguments

key

String. Your NASA API key, you can enter your key in the function parameter, but it's not recommended. Instead, you'd better save your key in R environment and call it "NASA_TOKEN". Then the function would automatically acquire your key info.

query

String. Search text to filter results.

concept_tags

Boolean. Return an ordered dictionary of concepts from the patent abstract. FALSE as default.

limit

Integer. number of patents to return. 5 as default.

Value

Data of NASA's patents.

Examples

1
Patents(query = "temperature")

Liu-Zhichao/nasaR documentation built on Dec. 16, 2019, 10:48 p.m.