2:36Select Multiple Elements from List in R (Example) | Extract & Subset Lists | list() & c() FunctionsStatistics Globe2.9K viewsView & Download
4:02Index Element of List in R (Example) | Extract / Subset Items by Indices | Data Frame & Nested ListStatistics Globe1.4K viewsView & Download
3:05Extract List Elements Conditionally in R (Example) | Select, Subset & Return Items | Filter FunctionStatistics Globe890 viewsView & Download
2:39Get Second Sub Entry of Every List Element in R (Example) | Extract 2nd Value | sapply FunctionStatistics Globe375 viewsView & Download
2:51Select Random Element from List in R (Example) | Draw Item Randomly | sample() & length() FunctionsStatistics Globe1.3K viewsView & Download
3:34Find Elements in List (2 Examples) | Identify & Select Items from Lists | which & sapply FunctionsStatistics Globe225 viewsView & Download
2:33Extract Names of List Elements in R (2 Examples) | Return Object Name | names() Function & IndexStatistics Globe775 viewsView & Download
2:29Extract Every nth Element of a Vector in R (Example) | Return Subset with seq & length FunctionsStatistics Globe2.1K viewsView & Download
8:26Remove Element from List in R (Example) | Delete & Drop Component | NULL Assignment & %in% OperatorStatistics Globe1.8K viewsView & Download
3:39Subset Data Frame Rows Based On Factor Levels in R (Example) | Select & Extract | Logical ConditionStatistics Globe2.1K viewsView & Download
4:25How to Use the $ Operator in R (2 Examples) | Access & Extract Data Frame Column & Element of ListStatistics Globe703 viewsView & Download