Connecting to SMB share from R

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!

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.