-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.42 KB
/
DESCRIPTION
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
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: forestNETN
Type: Package
Title: Package for importing, joining and querying NETN forest database tables
Version: 1.04
Author: Kate Miller
Maintainer: Kate Miller <[email protected]>
Description: This package contains functions that import database views from the NETN forest backend and or exported CSVs from the backend and provides functions to query and summarize NETN forest data.
License: MIT + file LICENSE
Depends:
R(>= 4.0)
Collate:
'exportCSV.R'
'prepTaxa.R'
'joinLocEvent.R'
'joinTreeData.R'
'joinTreeVineSpecies.R'
'joinQuadSpecies.R'
'joinMicroShrubData.R'
'joinMicroSeedlings.R'
'joinMicroSaplings.R'
'joinCWDData.R'
'joinAdditionalSpecies.R'
'exportNPSForVeg.R'
'importCSV.R'
'importData.R'
'joinMicroNotes.R'
'joinQuadData.R'
'joinQuadNotes.R'
'joinRegenData.R'
'joinSoilLabData.R'
'joinSoilSampleData.R'
'joinStandData.R'
'joinStandDisturbance.R'
'joinTreeConditions.R'
'joinTreeFoliageCond.R'
'joinTreeNotes.R'
'joinVisitNotes.R'
'plotTreeMap.R'
'sumQuadGuilds.R'
'sumSapDBHDist.R'
'sumSpeciesList.R'
'sumStrStage.R'
'sumTreeDBHDist.R'
'theme_FHM.R'
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
dplyr,
ggplot2,
magrittr,
purrr,
sf,
stringr,
tidyr,
tidyselect
Suggests:
cowplot,
DBI,
dbplyr,
ggrepel,
odbc,
zip