Description Usage Arguments Value Examples
Techport allows the public to discover the technologies NASA is working on every day to explore space, understand the universe, and improve aeronautics.
1 2 | Techport(key = Sys.getenv("NASA_TOKEN"), id_parameter = NULL,
all_valid_id = FALSE, update_since = NULL)
|
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. |
id_parameter |
Integer. The id value of the TechPort record. |
all_valid_id |
Boolean. Print out all valid id of TechPort record if TRUE. FALSE as default. |
update_since |
Date. The start date of returned TechPort record you want. |
Info of technology which NASA is working on.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.