tb_col_delim_split: Take a tibble column and split on delimiter returning index x...

View source: R/utilities.R

tb_col_delim_splitR Documentation

Take a tibble column and split on delimiter returning index x of vector from split

Description

Take a tibble column and split on delimiter returning index x of vector from split

Usage

tb_col_delim_split(tb, col, delim, x)

Arguments

tb

tibble with column 'col'

col

colname to split on delim and take xth entry

delim

delimiter to split entries in tb,col

x

index of element to return

Value

string


brucemoran/shinySetupPostgreSQL documentation built on March 18, 2022, 4:34 p.m.