Get tibble with roxygen2 fields for a specific function of interest
forgot_fx.Rd
Get tibble with roxygen2 fields for a specific function of interest
Examples
forgot_fx("dplyr", "count", "usage", print = FALSE)
forgot_fx(dplyr, "count", "usage", print = TRUE)
#> # A tibble: 1 × 1
#> usage
#> <chr>
#> 1 "\ncount(x, ..., wt = NULL, sort = FALSE, name = NULL)\n\n\\method{countdata.…
forgot_fx("dplyr", "count", "usage", print = TRUE)
#> # A tibble: 1 × 1
#> usage
#> <chr>
#> 1 "\ncount(x, ..., wt = NULL, sort = FALSE, name = NULL)\n\n\\method{countdata.…