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

hillysilly

The goal of hillysilly is to plot elevation very uselessly for a set of input addresses or locations.

Installation

You can install the development version of hillysilly like so:

remotes::install_github("mdsumner/hillysilly")

TODO

Example

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

library(hillysilly)
## basic example code
hillysilly(c("Auckland", "Murray Hill",  "Zurich", "Oxford"))

alt text



mdsumner/hillysilly documentation built on April 17, 2022, 12:07 a.m.