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

diskgolf

R-CMD-check

Diskgolf is a data package containing results from disk golf tournaments.

Installation

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

install.packages("diskgolf")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("mwu2000/diskgolf")

Example

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

library(diskgolf)
## basic example code


mwu2000/diskgolf documentation built on Dec. 21, 2021, 11:06 p.m.