Skip to content

Commit 438de29

Browse files
committed
Merge branch 'dev'
2 parents 4be70a9 + 3e92598 commit 438de29

5 files changed

Lines changed: 27 additions & 2 deletions

File tree

README.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@ For now, metaMapWidgetR is only available on Github and can be installed with de
1818
devtools::install_github('grunwaldlab/metaMapWidgetR')
1919
```
2020

21+
## Quickstart and Basic Usage
2122
```{r child='vignettes/articles/quickstart.Rmd'}
2223
```
24+
25+
The map render function requires an input data set (either a TSV or dataframe), but extra parameters are optional.
26+
295 Bytes
Loading
-4 Bytes
Loading

index.md

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

inst/htmlwidgets/lib/meta-map-widget-0.1/meta-map-min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)