R/link_data_clean_text.R

#' function that cleans up text from link data 
#' 

link_data_clean_text <- function(text){
  str_trim(str_replace(text, "#\u00a7#",""))
}
petermeissner/idep documentation built on May 25, 2019, 1:53 a.m.