For a research project I have a relatively large block of code that is taking quite a while to run. Need to shorten the time it takes for this program to run, so ran profr to look at what functions are taking up the most time. Thing is, I don't understand the notation. Can someone explain to me, or point me to a resource that explains, what these mean:
[<-.data.frame
[[.data.frame
[<-
[
[.factor
[.data.frame
[<-factor
? I realize they must be some sort of internals in R for creating new and subsetting dataframes, I just don't know which.
Thanks.