Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vlucet/myebirdmap
https://github.com/vlucet/myebirdmap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vlucet/myebirdmap
- Owner: VLucet
- License: other
- Created: 2021-08-07T19:59:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T14:26:00.000Z (over 3 years ago)
- Last Synced: 2024-10-12T23:41:15.955Z (2 months ago)
- Language: R
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```## myebirdmap
Simple map of ebird profile data.
### Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("VLucet/myebirdmap")
```
### ExampleThis is a basic example which shows you how to solve a common problem:
```{r example}
library(myebirdmap)
## basic example code
```