call_main | R Documentation |
Call the function 'main()' with the script name and the command line argument. When the 'main()' finishes, exit with the return code as the program status.
call_main()
## Not run:
if (sys.nframe() == 0) {
call_main()
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.