I have recently encountered the following R syntax:
(`::`("ggplot","aes"))()
or
(`$`(mylist,"column"))
I understand what it does, but I struggle to find any documentation on it, as it is quite difficult to search for special characters. Can anyone tell me what this Syntax is called and where I can learn more about it?
Edit: I am NOT asking about the meaning of the operators but about the SYNTAX of putting them in backticks infront of parentheses. I hope that clarifies what I mean.
Using the ? operator in R could not provide me with any useful information. But maybe I did not use it correctly.