Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export and move functions for other packages to use #96

Closed
maurolepore opened this issue Dec 6, 2018 · 2 comments
Closed

Export and move functions for other packages to use #96

maurolepore opened this issue Dec 6, 2018 · 2 comments

Comments

@maurolepore
Copy link
Contributor

No description provided.

@maurolepore
Copy link
Contributor Author

  • Export functions that are used more than once.
  • Move functions that are used only once.
               %||% 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 maurolepore changed the title Export functions for other packages to use Export and move functions for other packages to use Dec 6, 2018
@maurolepore
Copy link
Contributor Author

I already did a major refactoring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant