Changes in version 0.4.5 (2020-04-07) - Pull request from adaRn to enable more customisation of parsing Changes in version 0.4.3 - Added a link to google sheets to description Changes in version 0.4.2 (2016-12-30) - fixes to make tests agnostic to use of readr vs base Changes in version 0.4.0 - gsheet2tbl now uses readr if it is available - new function construct_download_url allows manual downloading using readr Changes in version 0.3.0 (2016-05-19) Minor changes - Moved from rvest and xml2 to purely using httr. Bugfixes - Changed URL format to match a change made by Google. Resolved #6 and #7 Changes in version 0.2.1 (2016-01-06) Bugfixes - Fixed issue due to deprecated function in rvest Changes in version 0.1.1.9000 Major - Users can now download from arbitrary sheets, rather than just the first. Minor - Now fails with an informative error when 'share by link' is turned off. Bugfixes - Fixed namespace bugs (#1) - Fixed further namespace bugs resulting from new stringr version Changes in version 0.1 - First release