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

suggestion: all plotting functions should accept builtin R objects as data, not paths to local files #30

Open
m-jahn opened this issue Apr 26, 2024 · 0 comments
Assignees

Comments

@m-jahn
Copy link
Collaborator

m-jahn commented Apr 26, 2024

  • right now many geom_<plot> functions use a link to an external file and load data themself
  • importing and formatting data should be separated from plotting
  • plotting functions should only accept basic R data types, predominantly data.frame / tibble etc
@m-jahn m-jahn self-assigned this Apr 26, 2024
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