No Mess in R Data Frames! #shorts #rstats #dataframe #datacleaning #programming

preview_player
Показать описание
How to clean the column names of a data frame in the R programming language.
R code of this video:

col1 = 10:14,
x = "x",
var5 = 1:5,
lAlOLEEEEE = letters[5:1]
)

colnames(data) <-
paste0("x", 1:ncol(data))

Follow me on Social Media:

Рекомендации по теме
Комментарии
Автор

Hey. The shorts will cut on the upper and lower borders in some phone models. Most deal with these by adding a buffer zone there.