Last active
January 16, 2021 13:29
-
-
Save simecek/019d87c55fec3839d95bbf8489dde61d to your computer and use it in GitHub Desktop.
How to add R code to your (IPython) Jupyter Notebook
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@drwecki, the pipe operator
%>%
just pushes the first thing into the second, so this code is equivalent to:And the
gather
function takes data from multiple columns and collapses them into key-value pairs