README.md

Build Status Coverage Status

absgeoutils

Utilities to make working with ABS statistical geographies easier

Installation

Install the package using the R devtools package:

library(devtools)
install_github("angusmoore/absgeoutils")

You may need to first install the devtools package if you don't already have it (install.packages("devtools")).

Installing may fail if devtools cannot correctly determine your proxy server. If so, you'll get the following error message when you try to install:

Installation failed: Timeout was reached: Connection timed out after 10000 milliseconds

If you get this message, try setting your proxy server with the following command, and then running the install again:

httr::set_config(httr::use_proxy(curl::ie_get_proxy_for_url("http://www.google.com")))

Documentation

Package documentation can be found here.



angusmoore/absgeoutils documentation built on May 28, 2019, 4:57 p.m.