Is there a way to connect to an SMB share directly with R? I can do it with Python so am currently using reticulate
to include my Python code.
But I'd prefer a "native" R way of doing it. We can't mount the shares on Linux due to permission trouble. Using cURL does not work, as this one just supports SMBv1. Thanks for help!