Learn R Programming

bcmaps (version 0.18.1)

get_big_data: Download a large data file

Description

Download a large data file

Usage

get_big_data(
  what,
  class = c("sf", "sp"),
  release = "latest",
  force = FALSE,
  ask = TRUE
)

Arguments

what

The name of the object to download

class

class of object to import; one of "sf" (default) or "sp".

release

Specific version of bcmapsdata to get the desired dataset from. Default "latest"

force

Force downloading and overwriting existing dataset. Default FALSE

ask

Ask whether or not to write to the default data directory for bcmaps. Default TRUE