View source: R/intersectionWarningHandler.R
intersectionWarningHandler | R Documentation |
Warning handler for sf::st_intersection
intersectionWarningHandler(warningMessage)
warningMessage |
the warning message produced by |
nothing is returned.
# dat <- data.frame(dat = c("5", "10", "-", "helloWorld")) # withCallingHandlers( # as.numeric(as.character(dat$dat)), warning = intersectionWarningHandler)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.