Skip to content

read() output preferred data frame object and can read from an URL

Compare
Choose a tag to compare
@phgrosjean phgrosjean released this 25 Aug 12:48

The read() function has been substantially modified:

  • It outputs the preferred data frame object (data.frame, data.table, or tibble) as defined by the user in the {svBase} package
  • It can read data from an URL for all types and it can use a cache file avoiding to download the dataset a second time
  • The data frame class is deprecated