Half-Day Online Pilot Workshop on AutoDock4 on 9 August 2024, 2:00 pm to 5.30 pm. Click here to register.

More Functions in dplyr Package - English

11224 visits



Outline:

Functions in the dplyr package Select multiple variables in a data frame Remove variables from a data frame Use of select function Use of starts_with function Change the name of a variable Use of rename function Create a new variable from existing variables Use of mutate function Property of mutate function