Back to Browse

dplyr package – slice function for subsetting rows (Intermediate Data Analysis in R #10)

687 views
Mar 13, 2021
3:25

In this video we will look at the slice function within dplyr package in R. This function can be used for selecting, removing and duplicating rows! For similar videos on data analysis and visualization, check out the links attached: Data Visualization Basics tutorial series: https://tinyurl.com/data-viz-basics-in-R Data Analysis Basics in R tutorial series: https://tinyurl.com/data-analysis-basics-in-R Intermediate Data Analysis in R tutorial series: https://tinyurl.com/intermediate-data-analysis-R ---------------------------------------- Other related videos/links: # Intermediate Data Analysis in R FOR Loop: https://www.youtube.com/watch?v=0KABMWuqeBE WHILE Loop: https://www.youtube.com/watch?v=9D46709Y6UM REPEAT Loop: https://www.youtube.com/watch?v=atovsm9ZmdM NESTED FOR Loop: https://www.youtube.com/watch?v=uY8tFsCcRNg loop through dataframes: https://www.youtube.com/watch?v=kQ9W3qaIT6I Sequence with increments: https://www.youtube.com/watch?v=IWPrz4nLO0I Adding columns using mutate and transmute (dplyr): https://www.youtube.com/watch?v=iXSWu5Ws90A Subsetting rows and columns using filter and select (dplyr): https://www.youtube.com/watch?v=TLIBBaeFKos Arrange and summarize: https://www.youtube.com/watch?v=3bXSm9YeVuE ---------------------------------------- # Data Visualization Basics in R Intro to plotting using qplot in R: https://www.youtube.com/watch?v=iU_h7zMX9To&t=7s Histogram and boxplot in R: https://www.youtube.com/watch?v=7XXS6s3Q4Sc&t=8s Add or change legend names while using qplot: https://www.youtube.com/watch?v=Eet0a8l1QYE&t=12s Change scatter plot colors in R manually: https://www.youtube.com/watch?v=LjjlanizB90&t=5s Saving plots as .JPEG / .PNG: https://www.youtube.com/watch?v=ZbxIBFpB2K4&t=3s Error bars for bar plots: https://www.youtube.com/watch?v=MRDlD24Ggh4 Adjusting geom positions while using ggplot2 package: https://www.youtube.com/watch?v=4Q0iEfCeGlM Adding plot labels: https://www.youtube.com/watch?v=pdXTXuRP4yQ&t=6s Remove legend and legend titles: https://www.youtube.com/watch?v=BRlhN9ags2s Create custom color palette: https://www.youtube.com/watch?v=wvmIaO8t8V0 Plot multiple plots: https://www.youtube.com/watch?v=yIDEcWgIft0 ---------------------------------------- # Data Analysis Basics in R Setting a working directory in R Studio: https://www.youtube.com/watch?v=pEIJwp8BuFM Data structures in R: https://www.youtube.com/watch?v=ytSrlKP3ghA Create a dataframe in R: https://www.youtube.com/watch?v=rCHu5KYBqSU Install packages in R: https://www.youtube.com/watch?v=deHi_IjQJx4 How to import .csv file in R: https://www.youtube.com/watch?v=Au--TNVdW4o How to add a column in R: https://www.youtube.com/watch?v=WRLWKWgLHnM How to remove a row in R: https://www.youtube.com/watch?v=xSYVOMBR2pE Count the number of rows and columns in R: https://www.youtube.com/watch?v=dCRXtDH_WoM Sum of rows in R: https://www.youtube.com/watch?v=BYBzljbtlGM&t=27s Sum of columns in R: https://www.youtube.com/watch?v=32tXGuUsnxc&t=32s Finding names of rows and columns in R: https://www.youtube.com/watch?v=4RKalGnS9yo How to change column names in R dataframes: https://www.youtube.com/watch?v=52Lk4Ch4lEg&t=17s How to remove rows with 0 values in R dataframes: https://www.youtube.com/watch?v=R0m61qLie5E How to find unique column values in R dataframes: https://www.youtube.com/watch?v=Sda71Og1TuQ ---------------------------------------- # GIS/Remote Sensing Intro to GIS and Remote Sensing: https://www.youtube.com/watch?v=VfDAd-MO94o What is LiDAR Remote Sensing: https://www.youtube.com/watch?v=TpFSDevs7X8&t=814s Intro to spaceborne lidar and NASA GEDI: https://www.youtube.com/watch?v=T0Usm2QZBhQ&t=27s LiDAR Remote Sensing/NASA GEDI Tutorial Series: https://www.youtube.com/watch?v=TpFSDevs7X8&list=PLoARWRpovQjDZny-ngMdKW-TQJnDPvyHL ----------------------------------------

Download

0 formats

No download links available.

dplyr package – slice function for subsetting rows (Intermediate Data Analysis in R #10) | NatokHD