What do backticks do in R?
问题 I\'m trying to understand what backticks do in R. From what I can tell, this is not explained in the ?Quotes documentation page for R. For example, at the R console: \"[[\" # [1] \"[[\" `[[` # .Primitive(\"[[\") It seem to be returning the equivalent to: get(\"[[\") 回答1: A pair of backticks is a way to refer to names or combinations of symbols that are otherwise reserved or illegal. Reserved are words like if are part of the language, while illegal includes non-syntactic combinations like c a