Skip to contents

This function is meant to be used in combination with check_df_in_pkg()

Usage

get_search_list_pkgs()

Value

All items from search() with a package: prefix

Examples

get_search_list_pkgs()
#>            tidyr           plotly          ggplot2          stringr 
#>          "tidyr"         "plotly"        "ggplot2"        "stringr" 
#>             tsap            dplyr   palmerpenguins           NHANES 
#>           "tsap"          "dplyr" "palmerpenguins"         "NHANES" 
#>            stats         graphics        grDevices            utils 
#>          "stats"       "graphics"      "grDevices"          "utils" 
#>          methods             base 
#>        "methods"           "base"