Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.08 KB

Oncarto

Project Status: Prototype – Useable, some support, open to feedback, unstable API. R-CMD-check

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:

# install.packages("pak")
pak::pak("getwilds/oncarto")

Getting Started

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)