-
Notifications
You must be signed in to change notification settings - Fork 7
/
README.Rmd
59 lines (40 loc) · 1.5 KB
/
README.Rmd
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# <img src="https://i.imgur.com/vTLlhbp.png" align="right" height=88 /> Open datasets of ForestGEO
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![Travis build status](https://travis-ci.org/forestgeo/fgeo.data.svg?branch=master)](https://travis-ci.org/forestgeo/fgeo.data)
[![CRAN status](https://www.r-pkg.org/badges/version/fgeo.data)](https://cran.r-project.org/package=fgeo.data)
## Installation
Install the pre-release version of __fgeo.data__:
```
# install.packages("devtools")
devtools::install_github("forestgeo/fgeo.data@pre-release")
```
Or install the development version of __fgeo.data__:
```
# install.packages("devtools")
devtools::install_github("forestgeo/fgeo.data")
```
Or [install all __fgeo__ packages in one step](https://forestgeo.github.io/fgeo/index.html#installation).
For details on how to install packages from GitHub, see [this article](https://goo.gl/dQKEeg).
## Example
```{r}
library(fgeo.data)
str(data_dictionary)
str(luquillo_tree5_random)
str(luquillo_elevation)
```
[Get started with __fgeo__](https://forestgeo.github.io/fgeo/articles/fgeo.html)
## Information
* [Getting help](SUPPORT.md).
* [Contributing](CONTRIBUTING.md).
* [Contributor Code of Conduct](CODE_OF_CONDUCT.md).