#' sdg
#'
#' Shortcut to remove geometry from sf objects.
#'
#' @param x Vector dataset
#'
#' @return Dataframe.
#' @export
#'
#' @examples
#' \dontrun{
#'
#'
#' }
#'
sdg <- function(x) {
sf::st_drop_geometry(x) |>
tibble::as_tibble()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.