Thanks, Davide.
That's also what I had in mind in case there is nothing more elegant to
be found.
Best,
Michael
On 29.07.2013 11:01, Davide Rambaldi IEO wrote:
> What about using already installed command line tools and parsing the output?
>
> - df (diskfree) on Linux and Mac OSX
>
> - fsutil
Dear list,
I am looking for a way to programmatically get the unused disk space in
R, ideally in a portable way that works on windows/linux/os x.
I have come across OS specific solutions for C (e.g. using statvfs for
linux), but I wonder if I am missing something simpler.
Thank you for any help,