elipousson / sharepointr

👉 A R package to work with SharePoint files using {Microsoft365R} methods
https://elipousson.github.io/sharepointr/
Other
22 stars 1 forks source link

Add `recurse` parameter to `sp_dir_info()` and other functions as needed #3

Open elipousson opened 10 months ago

elipousson commented 10 months ago

The goal for sp_dir_info() is to match the same set of features available with fs::dir_info() and adding a recurse parameter would be very useful.

elipousson commented 9 months ago

This is mostly done but I'm going to make a list of other functions where this may need to be implemented, add a test to make sure recurse keeps working in the future, and then close the issue when those tasks are resolved.