src | R Documentation |
src
concatenates ".s"
to its argument, quotes the result,
and source
s in the file. It sets options(last.source)
to
this file name so that src()
can be issued to re-source
the file when it is edited.
src(x)
x |
an unquoted file name aside from |
Sets system option last.source
Frank Harrell
source
## Not run:
src(myfile) # source("myfile.s")
src() # re-source myfile.s
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.