I thought it might be nice to just have a place to post some happy little things you learned or (re)discovered about R that makes your life nicer and you just want to share! Heck it can be just some nice things that you really appreciate or love about R that you just want to share. With that...
TIL: The split function is nice! I was going through some old code and had a data table that had the form
TIL: I don't know why I don't use the stringsAsFactors=F option when using read.table more often. Most times I just want to work with a string and dealing with factors can be a pain when you don't need to...
TIL: The split function is nice! I was going through some old code and had a data table that had the form
TIL: I don't know why I don't use the stringsAsFactors=F option when using read.table more often. Most times I just want to work with a string and dealing with factors can be a pain when you don't need to...