#' Simple function to shorten URL's to their simple base
#' Example: https://www.facebook.com/ --> facebook.com
#'
#' @param long_url The original URL
#' @return base_url
#' @export
#'
##NOT DONE!!
table_na <- function(df_var){
table(is.na(df_var))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.