R - Startup (Script) - Rprofile

Card Puncher Data Processing

add the following lines of code to the Rprofile.site file located below the top-level R installation directory \etc\Rprofile.site:
library(ORE)
 
# Change the following connection settings:
user     <- "scott"
password <- "tiger"
sid      <- "mysid"
host     <- "myhost"
port     <- 1521
all      <- TRUE
 
cat("Connecting to ORE\n")
cat("    User:", user, "\n")
cat("    SID: ", sid, "\n")
cat("    Host:", host, "\n")
ore.connect(user, sid, host, password, port, all)
Documentation / Reference
help(.Rprofile)
help(Startup)





Discover More
Card Puncher Data Processing
ORE - Install 1.3.1

grant rqrole to grant execute on rqsys.rqGroupEvalImpl for each user. Create all the synonyms listed in rquser.sql for each user. startup scriptfunctions ore.attach(USER, SID, host, password) establishes...
Card Puncher Data Processing
R - Getting Started

Install R Start it: R Rterm.exe run the standard shell (cmd.exe). Its primary purpose is to allow batch operation, but it does provide all the facilities needed for interactive...



Share this page:
Follow us:
Task Runner