On 26/09/2016 5:27 PM, Evan Cortens wrote:
Hi folks,
I've noticed that there's an issue with the recursive creation of
directories that reside on network shares. For example:
dir.create('SERVERNAME\\Empl\\Home1\\active\\e\\ecortens\\thisisatest',
recursive = TRUE)
Warning message:
In
dir
Hi folks,
I've noticed that there's an issue with the recursive creation of
directories that reside on network shares. For example:
>
dir.create('SERVERNAME\\Empl\\Home1\\active\\e\\ecortens\\thisisatest',
recursive = TRUE)
Warning message:
In
dir.create("SERVERNAME\\Empl\\Home1\\active\\
> Suharto Anggono Suharto Anggono
> on Mon, 26 Sep 2016 14:51:11 + writes:
> By "an argument named 'use.names' is included for concatenation", I meant
something like this, that someone might try.
>> c(as.Date("2016-01-01"), use.names=FALSE)
> use.names
> "2016-01
By "an argument named 'use.names' is included for concatenation", I meant
something like this, that someone might try.
> c(as.Date("2016-01-01"), use.names=FALSE)
use.names
"2016-01-01" "1970-01-01"
See, 'use.names' is in the output. That's precisely because 'c.Date' doesn't
h