write_data_umbraco: write_data_umbraco

Description Usage Arguments Value

View source: R/data.R

Description

write_data_umbraco

Usage

1
2
3
4
5
6
7
8
9
write_data_umbraco(
  object,
  file = tempfile(),
  ID = 999,
  apikey = NULL,
  update = as.character(Sys.time()),
  startdate = Sys.Date() - 180,
  enddate = Sys.Date()
)

Arguments

object

A list of spatial polygon or point dataframes list may be of length 1

file

The path to where the geojson will be written

ID

The ID of the page in umbraco

apikey

The name of an environment variable storing the apikey. If NULL, will look for file .sva_umbraco_credentials in home directory

update

The update date

startdate

The stat date for the time slider

enddate

The end date for the timeslider

Value

A path


SVA-SE/svamap documentation built on Sept. 25, 2020, 3:53 p.m.