R Programming Tutorial - 13 - Lists

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Listception I actually laughed out loud at that. Any plans to do more R vids Bucky?

jamesbarrett
Автор

Tighten up this up ....that's what she said... loooll you are funny man!

yurysambale
Автор

This is truly helpful, if possible can you make the R studio in full screen mode, it would be easier for us to see!

CL-eqnm
Автор

"Listtttception" 😂😂 this dude the man!

Whitetooth
Автор

Hey Bucky, quick question

I notice that in the last example where you add Hannah's name to the list, the console returns something interesting.

From what I can tell, the code

buckysList[["sistersName"]] <- "Hannah"

Returns this

$sistersName
[1] "Hannah"

This looks the same as if you were calling it with the $ in the code. Does R do this just to confirm that that value was added to the list, or am I missing something?

Thanks man, really enjoying the tutorials!

vincentlevinger
Автор

Hey Bucky, I was wondering if you, Adam, or any other guy could make a C++ guide with SDL and OpenGL, because I really want to make a game some or another time!

Ruebn
Автор

Hey Bucky, I have a problem with accessing the age column of my dataframe stored in my list with the shortcut. The output is NULL. PFA the snapshot and look into it? Thanks!

ammubharatram
Автор

BUCKY! People are mad! So am I! Do you remember:
Java Game Development with Slick
Series? Will you continue it? Cmn Bucky! Please

mateosindicic
Автор

Holy shit...first I'm doing an online tutorial with tears of laughter down my face

ujwaldey
Автор

The way you teach R makes it so much easier to learn. Thanks Bucky!!!

akhilgajjala
Автор

Error in C("favenum", "favfood", "favvector", "goodfood", "favdata") : 
  object not interpretable as a factor

Not sure why i am getting this error. Does anyone know?

MrJakd