You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
While it's asked in the swirl module, we don't talk about how to pass variable and value arguments in the melt function. We have them for gather and spread but not for reshape2.
On Fri, Feb 15, 2019 at 3:05 PM Aboozar Hadavand ***@***.***> wrote:
While it's asked in the swirl module, we don't talk about how to pass
variable and value arguments in the melt function. We have them for gather
and spread but not for reshape2.
melt(data, variable.name = “variable”, value.name = “value”)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABBnrjTg37OhQiukQwiZH3mOU48UFXviks5vNxMNgaJpZM4a-V84>
.
it's one of the questions in the swirl module
I actually think it's a little confusing for students when we show them both ways. I think teaching them one way is better but you guys know better.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While it's asked in the swirl module, we don't talk about how to pass variable and value arguments in the melt function. We have them for gather and spread but not for reshape2.
melt(data, variable.name = “variable”, value.name = “value”)
The text was updated successfully, but these errors were encountered: