-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
26 lines (17 loc) · 760 Bytes
/
README.Rmd
File metadata and controls
26 lines (17 loc) · 760 Bytes
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
---
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(message = FALSE, warning = FALSE)
```
# metaMapWidget: R Wrapper for the meta-map-widget Leaflet widget
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.
## Installation
For now, metaMapWidgetR is only available on Github and can be installed with devtools:
```{r eval=FALSE}
devtools::install_github('grunwaldlab/metaMapWidgetR')
```
## Quickstart and Basic Usage
```{r child='vignettes/articles/quickstart.Rmd'}
```
The map render function requires an input data set (either a TSV or dataframe), but extra parameters are optional.