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

Rearrange function files #8

Closed
drsimonj opened this issue Jun 28, 2016 · 1 comment
Closed

Rearrange function files #8

drsimonj opened this issue Jun 28, 2016 · 1 comment

Comments

@drsimonj
Copy link
Collaborator

drsimonj commented Jun 28, 2016

There are three main types of functions:

  • Those that alter internal information but retain square matrix structure, and thus the cor_df class (e.g., rarrange, shave)
  • Those that reshape the square matrix structure (e.g., rselect, rgather)
  • Those used for generating output (e.g., rplot)

Each of these sets of functions should be placed in separate and appropriately named R files.

@github-actions
Copy link

github-actions bot commented Mar 7, 2021

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant