Skip to content

Commit 4be70a9

Browse files
committed
index.md
1 parent f4949dd commit 4be70a9

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

index.Rmd

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
output: md_document
3+
---
4+
5+
```{r setup, include=FALSE}
6+
knitr::opts_chunk$set(message = FALSE, warning = FALSE)
7+
```
8+
9+
# metaMapWidget: R Wrapper for the meta-map-widget Leaflet widget
10+
11+
This package allows users to view the locations of custom data samples and their various attributes using an interactive map widget. The widget may be embedded in Rmd/Quarto documents.
12+
13+
## Installation
14+
15+
For now, metaMapWidgetR is only available on Github and can be installed with devtools:
16+
17+
```{r eval=FALSE}
18+
devtools::install_github('grunwaldlab/metaMapWidgetR')
19+
```
20+
21+
[**See the "Getting Started" page for interactive examples**](articles/quickstart.html)
22+
23+
24+
## Contributing and feedback
25+
26+
Contributions and feedback are welcome! Please visit the [GitHub repository](https://github.com/grunwaldlab/metaMapWidgetR) to report issues or submit pull requests.

0 commit comments

Comments
 (0)