Closed moodymudskipper closed 4 years ago
So these should be equivalent :
names(Indometh) #> [1] "Subject" "time" "conc" Indometh %tb>% .[`conc.<time>` = conc, .by = "Subject"] Indometh %tb>% .[`conc.<time>` = conc, .by = NA]
done
So these should be equivalent :