Get a data frame listing one function per row.

get_stopfuncs()

Value

A tbl_df with one column:

  • func: the function identified as a "stopword"

Examples

get_stopfuncs()
#> # A tibble: 31 x 1 #> func #> <chr> #> 1 %>% #> 2 + #> 3 - #> 4 = #> 5 := #> 6 | #> 7 * #> 8 <- #> 9 / #> 10 %% #> # … with 21 more rows