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)
}
SymbolixAU/googleway documentation built on Aug. 29, 2023, 2:46 a.m.