forestgeo / fgeo.tool

[R-package on CRAN] General purpose tools for ForestGEO Packages
https://forestgeo.github.io/fgeo.tool
Other
2 stars 6 forks source link

Export and move functions for other packages to use #96

Closed maurolepore closed 5 years ago

maurolepore commented 5 years ago

               %||% check_crucial_names   collapse_censusid           detect_if          drop_if_na             flag_if 
                  1                   5                   1                   1                   1                   2 
         gather_mat       guess_plotdim     has_table_names            name_dfs      rename_matches           round_any 
                  1                   2                   1                   2                   1                   1 
       suffix_match       to_tidy_names             warn_na 
                  2                   1  
$`fgeo.base`
[1] "check_crucial_names"

$fgeo.ctfs
[1] "%||%, check_crucial_names, guess_plotdim"

$fgeo.habitat
[1] "check_crucial_names, has_table_names"

$fgeo.tool
[1] "rename_matches, check_crucial_names, flag_if, guess_plotdim, round_any, warn_na, detect_if, name_dfs, to_tidy_names, drop_if_na, suffix_match, gather_mat"

$fgeo.map
[1] "check_crucial_names, suffix_match, flag_if, collapse_censusid"

$fgeo
[1] "name_dfs"
maurolepore commented 5 years ago

I already did a major refactoring.