tbl_crux: Crux URLs from a tibble

Description Usage Arguments Value

View source: R/crux.R

Description

Crux URLs from a tibble

Usage

1
2
3
4
5
6
7
8
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
)

Arguments

url_column

name of column output

snake_names

if TRUE returns snake names

unknown_icon_url

if not ‘NULL' a link to override missing icon’s

case

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

return_message

if TRUE returns a message

urls

vector of company urls

...

other parameters

Value

tibble()


abresler/govtrackR documentation built on July 11, 2020, 12:30 a.m.