Description Usage Arguments Value Examples
View source: R/DONKI_WSAEnlilSimulation.R
Get access to the data of WSA+EnlilSimulation.
1 2 3 | DONKI_WSAEnlilSimulation(key = Sys.getenv("NASA_TOKEN"),
start_date = end_date - 7, end_date = lubridate::today(tzone =
"UTC"))
|
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. |
start_date |
Date. Starting UTC date for WSAEnlilSimulation search. 7 days prior to current UTC date as default. |
end_date |
Date. Ending UTC date for WSAEnlilSimulation search. Current UTC date as default. |
Data of WSAEnlilSimulation.
1 | DONKI_WSAEnlilSimulation(start_date = as.Date("2019-10-01"), end_date = as.Date("2019-10-15"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.