-
Notifications
You must be signed in to change notification settings - Fork 6
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
documentation for waltz function #7
documentation for waltz function #7
Conversation
closes #8 |
(the previous comment is so that when this PR is merged, this will close the issue #8) |
@@ -1,5 +1,19 @@ | |||
|
|||
#'waltz() takes a grouped tibble and a list of formulas and returns a tibble with: as many columns as supplied formulas, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you have a title, and then a description ?
@@ -1,5 +1,19 @@ | |||
|
|||
#'waltz() takes a grouped tibble and a list of formulas and returns a tibble with: as many columns as supplied formulas, | |||
#'one row per group. It does not prepend the grouping variables (see tango for that). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can reference other functions with markdown:
#'one row per group. It does not prepend the grouping variables (see tango for that). | |
#'one row per group. It does not prepend the grouping variables (see [tango()] for that). |
Because the original repo The first thing is to configure an upstream, so that you can pull changes from the original (upstream) repo. Open a terminal, go to the
Once you have that, you can follow these steps to update your branch so that it has upstream changes.
Because we both changed things at the same places, git does not know which one to keep, there is a conflict, so we need to tell it, i.e. resolve the conflicts. This will look something like this:
So what's between We need to replace all this. In that case it's easy, you can just replace all by just your version. The |
Closed as obsolete by this commit: 1920f96 Please don't hesitate to create another pull request if you want to add changes/comments/examples to the docs for these 4 functions. |
No description provided.