writing the output file on shared drive over network

Hello Exports,

I need to write the output of my dataframe in to an csv file which is to be stored in shared path over network. Wanted to understand if this is possible. If yes how can i do that.

Many thanks in advance.

Regards,
Nilesh

Hi, and welcome!

Please see the FAQ: What's a reproducible example (`reprex`) and how do I do one? Using a reprex, complete with representative data will attract quicker and more answers. For this question, I can't guess the network file system being used.

It's easy to write csv files to your current working directory with write.csv or, better, write_csv{readr}, but you have to provide a fully qualify pathname if the resting place is outside your working directory, which I guess they probably will be if you are storing to a network drive.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.