ID EN
Miscellaneous

.Script

R Base 3.6.2 🇮🇩 Bahasa Indonesia

Antarmuka internal untuk menjalankan skrip melalui penerjemahnya.

Syntax

R
.Script(interpreter, script, args, …)

Arguments

Parameter Deskripsi
interpreter a character string naming the interpreter for the script.
script a character string with the base file name of the script, which must be located in the interpreter subdirectory of R_SHARE_DIR (normally R_HOME/share). R_HOME/share.
args a character string giving the arguments to pass to the script.
… further arguments to be passed to system when invoking the interpreter on the script.