Crux URLs from a tibble
tbl_crux(
data,
url_column = "url_company",
snake_names = F,
unknown_icon_url = "https://static.thenounproject.com/png/739239-200.png",
case = NULL,
return_message = T
)
name of column output
if TRUE
returns snake names
if not `NULL` a link to override missing icon's
if not NULL
`upper` coverts to upper or `lower` converts to lower
if TRUE
returns a message
vector of company urls
other parameters