search for: saic50

Displaying 1 result from an estimated 1 matches for "saic50".

Did you mean: raid50
2017 Jul 19
3
Problem in shiny writing a .txt file
...create( res.path ) Just before calling the function that fails, I remove, if exist, the old files of the directory: file.remove( paste0( res.path, dir( res.path ) ) ) Then, I call f.texto, whose code is as follows: f.texto <- function( l, res, a ){ myfile <- res write( paste( "SAIC50. ", a, ", ", date(), sep = "" ), file = paste( res.path, myfile, sep = "" ) ) write( "----------------------------------", file = paste (res.path, myfile, sep = ""), append = T ) write( "\r\n", file = paste( res.path, myfile,...