Back to Browse

R Tips: Using Merge to Join Data Sets

810 views
Sep 9, 2022
9:45

I introduce the merge function in R and use it to join two data sets. I demonstrate left joins, right joins, inner joins, and outer joins using this merge function. There is some light explanation about what the joins mean, but it is not comprehensive. Code: https://github.com/MattBirch42/R-Tips-Code.git For more R videos like this: https://www.youtube.com/playlist?list=PLWd1brOYtkZXYV7MEus3mtp77fyuHDwFy For other short R tips: https://www.youtube.com/playlist?list=PLWd1brOYtkZUZmtXVgDzl8druwEpgN-aW

Download

0 formats

No download links available.

R Tips: Using Merge to Join Data Sets | NatokHD