-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
38 lines (37 loc) · 916 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Generated by roxygen2: do not edit by hand
export(mf_download_data)
export(mf_get_opt_param)
export(mf_get_url)
export(mf_import_data)
export(mf_list_collections)
export(mf_list_variables)
export(mf_login)
export(mf_modisfast)
import(cli)
import(dplyr)
import(httr)
import(parallel)
import(purrr)
import(sf)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(curl,has_internet)
importFrom(lubridate,floor_date)
importFrom(lubridate,hour)
importFrom(lubridate,minute)
importFrom(lubridate,second)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(rvest,html_table)
importFrom(stats,ave)
importFrom(stringr,str_match)
importFrom(stringr,str_replace)
importFrom(stringr,word)
importFrom(terra,flip)
importFrom(terra,merge)
importFrom(terra,rast)
importFrom(terra,t)
importFrom(utils,URLdecode)
importFrom(utils,write.csv)
importFrom(xml2,read_html)