Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas04-nhr committed Dec 11, 2023
2 parents f238b95 + 51eeb2e commit 3cdc6d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Binary file modified LaTeX/EN/REVIEW_02/REVIEW_02.pdf
Binary file not shown.
12 changes: 4 additions & 8 deletions LaTeX/EN/REVIEW_02/REVIEW_02.tex
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ \subsubsection{\texorpdfstring{The usage of
\begin{Shaded}
\begin{Highlighting}[]
\NormalTok{\textasciigrave{}\textasciigrave{}\textasciigrave{}R}
\NormalTok{\# Eg 1}
\NormalTok{library(tidyverse)}
\NormalTok{grades2 =}
Expand All @@ -357,16 +356,13 @@ \subsubsection{\texorpdfstring{The usage of
\NormalTok{ names\_to = "course",}
\NormalTok{ values\_to = "grade"}
\NormalTok{ )}
\NormalTok{\textasciigrave{}\textasciigrave{}\textasciigrave{}}
\NormalTok{\textasciigrave{}\textasciigrave{}\textasciigrave{}R}
\NormalTok{\# Eg 2}
\NormalTok{grades3\_wide = grades3\_long \%\textgreater{}\% }
\NormalTok{ pivot\_wider(}
\NormalTok{ names\_from = "course",}
\NormalTok{ values\_from = "grade"}
\NormalTok{ )}
\NormalTok{\textasciigrave{}\textasciigrave{}\textasciigrave{}}
\end{Highlighting}
\end{Shaded}
Expand Down Expand Up @@ -428,7 +424,7 @@ \subsubsection{\texorpdfstring{More functions in \texttt{tidyr}: (See @
\begin{Highlighting}[]
\NormalTok{Usage:}
\NormalTok{\textasciigrave{}\textasciigrave{}\textasciigrave{}R}
\NormalTok{separate(}
\NormalTok{ data,}
\NormalTok{ col,}
Expand All @@ -442,7 +438,7 @@ \subsubsection{\texorpdfstring{More functions in \texttt{tidyr}: (See @
\NormalTok{)}
\NormalTok{\# Default parameters are listed.}
\NormalTok{\textasciigrave{}\textasciigrave{}\textasciigrave{}}
\end{Highlighting}
\end{Shaded}
Expand All @@ -455,7 +451,7 @@ \subsubsection{\texorpdfstring{More functions in \texttt{tidyr}: (See @
\begin{Highlighting}[]
\NormalTok{Usage:}
\NormalTok{\textasciigrave{}\textasciigrave{}\textasciigrave{}R}
\NormalTok{unite(}
\NormalTok{ data,}
\NormalTok{ col, }
Expand All @@ -466,7 +462,7 @@ \subsubsection{\texorpdfstring{More functions in \texttt{tidyr}: (See @
\NormalTok{)}
\NormalTok{\# Default parameters are listed.}
\NormalTok{\textasciigrave{}\textasciigrave{}\textasciigrave{}}
\NormalTok{{-}{-}{-}}
\end{Highlighting}
Expand Down

0 comments on commit 3cdc6d7

Please sign in to comment.