Skip to content

v0.17

Compare
Choose a tag to compare
@PGS62 PGS62 released this 24 Oct 16:24
· 106 commits to main since this release
  • CSVRead: Improved handling of files in which Boolean values are represented by quoted strings. For example, this file represents Booleans with quoted strings "yes" and "no". In this version v0.17 the following formula now correctly converts those strings to Booleans.
=CSVRead("https://vincentarelbundock.github.io/Rdatasets/csv/carData/TitanicSurvival.csv",TRUE,,,,,,,,,,,"""yes""","""no""")