You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
osfr is great but not too intuitive. I want to be able to do download_from_osf('1xnb2', 'data/eyetracking/fixation-report.tsv') and upload_to_osf('1xnb2', 'data/prepped/fixations.Rds')
downloads to a file, uploads a file - no working with virtual files,
if local file exists and its md5 is the same as reported by osf - don't download/upload,
if there is no internet connection, fail gracefully,
if permissions are needed, instruct to set up an OSF PAT
See 01_wrangling.Rmd in ht_seedlings for starter code.
The text was updated successfully, but these errors were encountered:
osfr
is great but not too intuitive. I want to be able to dodownload_from_osf('1xnb2', 'data/eyetracking/fixation-report.tsv')
andupload_to_osf('1xnb2', 'data/prepped/fixations.Rds')
See 01_wrangling.Rmd in ht_seedlings for starter code.
The text was updated successfully, but these errors were encountered: