Skip to content

Instantly share code, notes, and snippets.

@martinctc
Created April 2, 2020 16:48
Show Gist options
  • Save martinctc/4c013acaa9a90b75cbc76adfed11b590 to your computer and use it in GitHub Desktop.
Save martinctc/4c013acaa9a90b75cbc76adfed11b590 to your computer and use it in GitHub Desktop.
[List all functions in a package and return as a tibble]
lsf.str("package:wpa") %>%
as.list() %>%
unlist() %>%
as_tibble()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment