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

Recognising tribble() / frame_data() calls and allign arguments #317

Closed
lorenzwalthert opened this issue Jan 6, 2018 · 1 comment
Closed

Comments

@lorenzwalthert
Copy link
Collaborator

lorenzwalthert commented Jan 6, 2018

These calls calls should be recognised and it's argument should be aligned (or alignment should be kept if already correct).

frame_data(
  ~subject,    ~time, ~age, ~weight, ~height,
  "John Smith",    1,   33,      90,    1.87,
  "Mary Smith",    1,   NA,      NA,    1.54
)

Reference: tidyverse/tidyr#392 (comment)

This functionality should preferably be implemented in a transformer and not hard-coded.

@lorenzwalthert lorenzwalthert changed the title Recognising tribble / frame_data calls and allign arguments Recognising tribble() / frame_data() calls and allign arguments Jan 6, 2018
@lorenzwalthert lorenzwalthert mentioned this issue Jan 6, 2018
4 tasks
@lorenzwalthert
Copy link
Collaborator Author

Related: #258

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

No branches or pull requests

1 participant