R/get_stopfuncs.R
get_stopfuncs.Rd
Get a data frame listing one function per row.
get_stopfuncs()
A tbl_df
with one column:
func
: the function identified as a "stopword"
get_stopfuncs()#> # A tibble: 31 x 1 #> func #> <chr> #> 1 %>% #> 2 + #> 3 - #> 4 = #> 5 := #> 6 | #> 7 * #> 8 <- #> 9 / #> 10 %% #> # … with 21 more rows