Displaying 2 results from an estimated 2 matches for "valspeak".
Did you mean:
realspeak
2017 Jul 19
0
Problem in shiny writing a .txt file
On 19/07/17 19:19, Ana Bel?n Mar?n wrote:
> Hi all!
>
> I'm developing a shiny app and I have problems when I wanna write a .txt
> file.
<SNIP>
" ... when I *want to* write ..."
The language of this mailing list is *English*, not Valspeak.
cheers,
Rolf Turner
--
Technical Editor ANZJS
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276
2017 Jul 19
3
Problem in shiny writing a .txt file
Hi all!
I'm developing a shiny app and I have problems when I wanna write a .txt
file.
First of all, I change the directory in order to work in a temporal one:
wd <- tempdir()
setwd( wd )
res.path <- paste0( wd, "/OUT/" )
dir.create( res.path )
Just before calling the function that fails, I remove, if exist, the old
files of the directory:
file.remove( paste0(