R/base_url.R

Defines functions table_na

Documented in table_na

#' 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))
}
j-Rinehart/easyR documentation built on June 28, 2023, 2:49 a.m.