Description Usage Arguments Value Examples
View source: R/DONKI_CME_Analysis.R
Get access to the data of Coronal Mass Ejection (CME) Analysis.
1 2 3 4 | DONKI_CME_Analysis(key = Sys.getenv("NASA_TOKEN"),
start_date = end_date - 30, end_date = lubridate::today(tzone =
"UTC"), mostAccurateOnly = TRUE, completeEntryOnly = TRUE,
speed = 0, halfAngle = 0, catalog = "ALL", keyword = "NONE")
|
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 CME search. 30 days prior to current UTC date as default. |
end_date |
Date. Ending UTC date for CME search. Current UTC date as default. |
mostAccurateOnly |
Boolean. TRUE as default. |
completeEntryOnly |
Boolean. TRUE as default. |
speed |
Integer. 0 as default. |
halfAngle |
Integer. 0 as default. |
catalog |
String. "ALL" as default (choices: "ALL", "SWRC_CATALOG", "JANG_ET_AL_CATALOG"). |
keyword |
String. "NONE" as default (example choices: "swpc_annex"). |
Data of CME Analysis.
1 | DONKI_CME_Analysis(start_date = as.Date("2016-09-01"), end_date = as.Date("2016-09-30"), speed = 500, halfAngle = 30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.