-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
72 lines (48 loc) · 1.96 KB
/
README.Rmd
File metadata and controls
72 lines (48 loc) · 1.96 KB
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
64
65
66
67
68
69
70
71
72
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# bbggplots
<!-- badges: start -->
[](https://github.com/erictleung/bbggplots/actions/workflows/R-CMD-check.yml)
[](https://img.shields.io/cran/l/pixarfilms)
[](https://project-types.github.io/#toy)
<!-- badges: end -->
> R data package to explore the cherry blossoms at the Brooklyn Botanic Garden
## Installation
You can install the development version of `bbggplots` from GitHub with:
```{r, eval = FALSE}
remotes::install_github("erictleung/bbggplots")
```
## Example
```{r}
library(bbggplots)
bbgdata
```
## Documentation
You can find information about the data sets and more
[here](https://erictleung.com/bbggplots/).
And, a list of vignettes showcasing some analyses you can do with this package
can be found [here](https://erictleung.com/bbggplots/articles/).
## Data
This data here within is not constrained to exploring just within R.
Here are direct links to each data set.
```
https://raw.githubusercontent.com/erictleung/bbggplots/main/data-raw/bbg_tree_bloom_2025.csv
https://raw.githubusercontent.com/erictleung/bbggplots/main/data-raw/bbg_tree_bloom_2026.csv
```
## Feedback
If you have any feedback or suggestions on other data that can be added, please
file an issue [here](https://github.com/erictleung/bbggplots/issues).
## Code of Conduct
Please note that the {bbggplots} project is released with a
[Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.
## Acknowledgments
- [Brooklyn Botanic Garden](https://bbg.org/)