Snippets
Concatenate two (or more) character strings – Snippet #38
Discover how to concatenate two (or more) character strings with R
Snippets
Discover how to concatenate two (or more) character strings with R
Snippets
Discover how to load a package with R
Snippets
Discover how to create a vector of objects with R
Snippets
Discover how to get the number of columns in a data frame with R
Snippets
Discover how to get the number of rows in a data frame with R
Snippets
Discover how to get the names of the columns in a data frame with R
Snippets
Discover how to get current date and time with R
Snippets
Discover how to change the format of a date with R
Snippets
Discover how to use scientific notation in R
Snippets
Discover how to check if an object is not in a vector with R
Snippets
Discover how to check if an object is in a vector with R
Snippets
Discover how to change the type of a data frame to a tibble with R
Snippets
Discover how to change object type to numeric with R
Snippets
Discover how to check if an object is of type numeric with R
Snippets
Discover condition operators in R
Snippets
Discover how to check if a condition is not met with R