|
`%c%`
|
Collapse a character vector to a character string |
|
`%count%`
|
count pattern in strings the way of pipe operator |
|
`%e%`
|
Explode a character string |
|
`%ee%`
|
Explode a character vector |
|
`%g%`
|
grepl in the way of pipe operator (case sensitive) |
|
`%gic%`
|
grepl in the way of pipe operator (ignore case) |
|
`% %` `%,%`
|
paste ', ' in the way of pipe operator |
|
`%lpad%`
|
Left pad strings the way of pipe operator |
|
`%out%`
|
negation of in infix operator |
|
`%pad%`
|
Both side pad strings the way of pipe operator |
|
`%+%`
|
paste0 in the way of pipe operator |
|
`%re%`
|
Replace matched patterns in a string |
|
`%reall%`
|
Replace matched patterns in a string |
|
`%rm%`
|
Remove matched patterns in a string |
|
`%rmall%`
|
Remove matched patterns in a string |
|
`%rpad%`
|
Right pad strings the way of pipe operator |
|
`%s%`
|
substring in the way of pipe operator |
|
run_transcoder()
|
Run transcoder shiny app |
|
tolower_names()
|
Make names of a tibble tolower |
|
toupper_names()
|
Make names of a tibble toupper |