%<-% | R Documentation |
Note that ... should be enclosed in if it is not a single expression. For example if you do 'var %<-% 1 + 1' var would be 1 not 2 but 'var %<-% 1 + 1' will work as expected
obj %<-% ...
obj |
obj to assign to (also serves as .rds file name to make or search and load) |
... |
what to assign (make) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.