https://github.com/getwilds/oncarto
🗺 A Map Room
https://github.com/getwilds/oncarto
Last synced: 5 months ago
JSON representation
🗺 A Map Room
- Host: GitHub
- URL: https://github.com/getwilds/oncarto
- Owner: getwilds
- License: other
- Created: 2024-08-19T18:04:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T15:40:09.000Z (over 1 year ago)
- Last Synced: 2025-03-14T19:35:31.322Z (over 1 year ago)
- Language: R
- Size: 20.4 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oncarto
[](https://getwilds.org/badges/#prototype)
[](https://github.com/getwilds/oncarto/actions/workflows/R-CMD-check.yaml)
Oncarto (Oncology Cartographer) is a flexible Shiny application, structured
as an R package, for visualizing and communicating geospatial data related to
cancer epidemiology.
## Installation
You can install the development version of `oncarto` as follows:
```{r}
# install.packages("pak")
pak::pak("getwilds/oncarto")
```
## Getting Started
Get Oncarto running locally:
```{r}
library(oncarto)
run_app(title = "Oncarto (Oncology Cartographer)",
logo_src = oncarto_file("fh-logo.png"),
logo_href = "https://hutchdatascience.org",
logo_width = "155px",
logo_height = "35px",
css = oncarto_file("fh.css"),
callback = example_callback)
```