Description Usage Arguments Value Examples
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.
1 2 | Patents(key = Sys.getenv("NASA_TOKEN"), query, concept_tags = FALSE,
limit = 5)
|
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. |
Data of NASA's patents.
1 | Patents(query = "temperature")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.