knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

psymap

The goal of psymap is to filter for festivals and show them. Also to vote with your friends for the best festival.

Installation

You can install the released version of psymap from CRAN with:

devtools::install_github("https://github.com/feinmann/psymap")

Example

This is a basic example which shows you how to solve a common problem:

library(psymap)
run_app()


feinmann/psymap documentation built on March 23, 2020, 5:25 a.m.