Source a File from the Current Working Directory
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
## Not run: src(myfile) # source("myfile.s") src() # re-source myfile.s ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.