Oncarto (Oncology Cartographer) is a flexible Shiny application, structured as an R package, for visualizing and communicating geospatial data related to cancer epidemiology.
You can install the development version of oncarto
as follows:
# install.packages("pak")
pak::pak("getwilds/oncarto")
Get Oncarto running locally:
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)