R/google_map_layer_fusion.R

Defines functions clear_fusion add_fusion

Documented in clear_fusion

add_fusion <- function(map, query, styles = NULL, heatmap = FALSE, layer_id = NULL){

  .Deprecated(
    new = ""
    , msg = "Fusion tables have been discontinued. Please see https://support.google.com/fusiontables/answer/9551050"
    )
  return(NULL)

}

#' @rdname clear
#' @export
clear_fusion <- function(map, layer_id = NULL){

  .Deprecated(
    new = ""
    , msg = "Fusion tables have been discontinued. Please see https://support.google.com/fusiontables/answer/9551050"
  )
  return(NULL)
}

Try the googleway package in your browser

Any scripts or data that you put into this service are public.

googleway documentation built on Aug. 22, 2023, 9:13 a.m.