## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>", eval = FALSE ) ## ----------------------------------------------------------------------------- # library(egnyte) # # eg_auth( # domain = "your-company", # api_key = "your-api-key-here" # ) ## ----------------------------------------------------------------------------- # # Try reading a file from a known path # eg_read("/Shared/some-folder/test-file.txt", destfile = "test.txt")