Commit 37a069f3 authored by Pepe Márquez Romero's avatar Pepe Márquez Romero

script para ejecutar el script.R en el server remoto

parent e778774d
# load opal library
library(opalr)
o <- opal.login('pepe','7G9b!!2IyJs$', url = 'https://uncover.itg.be')
dir_name <- readline("Introduce the name of the directory please: ")
setwd(dir_name)
rval <- opal.execute.source(o, paste(dir_name , "script.R" , sep = "/"))
packageVersion("dsDates")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment