Login to EOSDIS EarthData before querying servers and download data
mf_login(credentials, verbose = "inform")
None.
An EOSDIS EarthData account is mandatory to download the data. You can create a free account here : https://urs.earthdata.nasa.gov/.
if (FALSE) { # \dontrun{
username <- "earthdata_un"
password <- "earthdata_pw"
mf_login(credentials = c(username, password))
} # }