-
Notifications
You must be signed in to change notification settings - Fork 12
/
_pkgdown.yml
51 lines (48 loc) · 1.2 KB
/
_pkgdown.yml
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
39
40
41
42
43
44
45
46
47
48
49
50
url: https://weecology.github.io/portalr
template:
bootstrap: 5
development:
mode: auto
reference:
- title: "Data Retrieval"
desc: "Functions to download and update data"
contents:
- download_observations
- check_for_newer_data
- check_default_data_path
- get_dataset_citation
- title: "Data Summaries"
desc: "Functions to return data summaries"
contents:
- summarize_rodent_data
- summarize_plant_data
- summarize_individual_rodents
- ndvi
- weather
- bait_presence_absence
- colony_presence_absence
- shrub_cover
- fcast_ndvi
- get_future_newmoons
- phenocam
- title: "Unprocessed Data"
desc: "Functions to load in raw or otherwise unprocessed data"
contents:
- load_datafile
- load_rodent_data
- print
- title: "Data Processing"
desc: "Functions to do various data processing steps"
contents:
- add_seasons
- clean_plant_data
- clean_rodent_data
- fill_missing_ndvi
- find_incomplete_censuses
- title: "Utilities"
desc: "Formatting"
contents:
- na_conformer
- return_if_null
- rodent_species
- portalr