CRUX vector of urls

crux_urls(
  urls = c("http://www.fgcplasma.com", "http://www.dynepic.com", "http://re3d.org",
    "http://www.nearspacelaunch.com", "http://www.botfactory.co"),
  url_column = "urlCompany",
  case = NULL,
  snake_names = F,
  unknown_icon_url = "https://static.thenounproject.com/png/739239-200.png",
  return_message = T,
  ...
)

Arguments

urls

vector of company urls

url_column

name of column output

case

if not NULL `upper` coverts to upper or `lower` converts to lower

snake_names

if TRUE returns snake names

unknown_icon_url

if not `NULL` a link to override missing icon's

return_message

if TRUE returns a message

...

other parameters

Value

tibble()

Examples

crux_urls("http://www.pwcommunications.com/")