map_detailed: Produced a detailed map

Description Usage Arguments Value Examples

Description

A function to easily copy data into R from a spreadsheet. This should not be used within a reproducible work flow, instead it should only be used on an ad-hoc basis (note: I'm not aware of the original author of this function, it was taken directly from a stack overflow answer)

Usage

1
2
map_detailed(postcodes = NULL, local.authority.area = "SW",
  minzoom = NULL, maxzoom = NULL, include.popup = TRUE)

Arguments

postcodes

a character vector containing postcodes to map

minzoom

a numeric defining minimum map zoom

maxzoom

a numeric defining maximum map zoom

include.popup

a logical indicating if postcodes should be included as a popup

Value

a data.frame consisting of data copied to clipboard

Examples

1
2
3
4
5
map_detailed(c("tw12ju", "bs29rq"))

# alternatively copy a list of postcodes to your clipboard (i.e. highlight postcodes in spreadsheet and press ctrl + c) and use function with no arguments

map_detailed()

DanielGardiner/PHEQuickMap documentation built on May 31, 2019, 9:59 a.m.