Skip to contents

Update the GWELLs data stored locally.

Usage

data_update(type = "all", download = TRUE, permission = FALSE)

Arguments

type

Character. Type of data to update. One of "all", "wells", "lithology"

download

Logical. Whether to re-download and process the data (TRUE), or just re-process it (FALSE).

permission

Logical. Permission to create the cache folder. If FALSE, user is asked for permission, if TRUE, permission is implied.

Examples

if (FALSE) { # interactive()

data_update(type = "lithology")
}