Azure / Microsoft365R

R SDK for interacting with Microsoft 365 APIs
Other
308 stars 41 forks source link

Fix for load_dataframe to respect additional arguemnts for readr::read_delim #197

Closed delabj closed 5 months ago

delabj commented 5 months ago

As mentioned in https://github.com/Azure/Microsoft365R/issues/191 the current function is not passing the additional arguments from the ellipse to readr::read_delim.

This is a small fix for an omission calling the ellipse when calling read_delim

hongooi73 commented 5 months ago

Oops, I didn't see your PR before committing my own fix. Thanks very much though!