In the following examples, what does the "L" stand for. How could I have found out without bothering you for what is probably a simple matter
DT[,z:=42L] # add new column by reference DT[,z:=NULL] # remove column DT["a",v:=42L] # subassign v by reference Farrel Buchinsky
_______________________________________________ datatable-help mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
