Posts

Get started with Zoom!

Zoom is a video conferencing platform that allows for video, audio, and screen sharing between participants. It can be used from any computer, laptop, tablet, or phone, and is compatible on PC, Mac, Android and iOS devices. Zoom meets FERPA/HIPAA compliance and complies with UBC’s Information Security Standards. As of July 5, 2020, UBC’s Zoom account transitioned from U.S-based hosting to Canadian-based hosting. This means no data about you will be stored on servers outside of Canada, so long as you do not create or use an account with Zoom.

Tibble Joins

Learning Objectives From today’s class, students are anticipated to be able to: Recognize how to manipulate data through a variety of tibble joins such as: Mutating joins: left_join(), right_join(), full_join(), anti_join() Filtering joins: semi_join(), anti_join() Perform binding: bind_rows(), bind_cols() Join more than 2 tibbles Join based on multiple conditions Perform set operations on data: intersect(), union(), setdiff() Join tibbles with different types of variables Resources Video lecture: STAT 545 Episode 11-A: Tibble Joins with dplyr Demonstration .