gesistsa / rio

🐟 A Swiss-Army Knife for Data I/O
http://gesistsa.github.io/rio/
600 stars 76 forks source link

Minor typos in help(import) #443

Closed NickCH-K closed 3 months ago

NickCH-K commented 3 months ago

This is very quick/minor. In the help file for import, the very last line reads

## option(rio.import.class = "tibble"), or option(rio.import.class = "arrow")

This should be

## options(rio.import.class = "tibble"), or options(rio.import.class = "arrow")

That's all!

chainsawriot commented 3 months ago

Fixed previously #391 Thanks for reporting anyway.