DONKI_CME_Analysis: DONKI_CME: Space Weather Database Of Notifications,...

Description Usage Arguments Value Examples

View source: R/DONKI_CME_Analysis.R

Description

Get access to the data of Coronal Mass Ejection (CME) Analysis.

Usage

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")

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.

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").

Value

Data of CME Analysis.

Examples

1
DONKI_CME_Analysis(start_date = as.Date("2016-09-01"), end_date = as.Date("2016-09-30"), speed = 500, halfAngle = 30)

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