Azure / Microsoft365R

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

Update ms_drive_item.R #187

Closed sruizcarmona closed 5 months ago

sruizcarmona commented 9 months ago

When readr package is available, load_dataframe calls its "read_delim" function, but the ... argument was missing. I added it to readr::read_delim call in line 433, so it should be fine now.

sruizcarmona commented 8 months ago

any updates on this?

hongooi73 commented 5 months ago

Sorry, I didn't see your PR before committing my own fix. This is now in the fix-load-dataframe branch. Thanks very much though!