Skip to content
Prev 10197 / 63424 Next

backtick notation

Thomas Lumley <tlumley@u.washington.edu> writes:
Yes. `weight in kg`[101]<-55 is pretty difficult to do with get() and
assign() and lm(`weight in kg`~I(`height in m`^2)) is tricky too. The
use is sort of similar to the single quotes in shell programming (but
not quite). The choice of the backtick as quoting delimiter was mostly
because that was the only one available....