Skip to content

Releases: RosalynLP/friendlyloader

Add create_location_io()

03 Jul 07:59
4238831
Compare
Choose a tag to compare

What’s Changed

Integrated with R studio API

21 Sep 13:19
f109390
Compare
Choose a tag to compare

Default behaviour is to search for files using R Studio API.

Can return to previous behaviour by supplying useRstudio = FALSE in any function.

Improvements to file reading

13 Apr 14:16
Compare
Choose a tag to compare
  • Better rendering of filepath choices in console
  • New function to match files with the same name, excluding _/-, numbers and cases: match_base_filename()
  • Two functions for reading from Excel, one using readxl::read_excel() and one using openxlsx::read.xlsx().

Initial release

30 Mar 10:52
8d4b527
Compare
Choose a tag to compare

Initial release with basic features:

  • Functions for reading Excel and csv files with alternative options supplied
  • Function factory to create custom filetype loader
  • Function to read all Excel sheets into a list, with alternative file options supplied