Downloads a file from Egnyte cloud storage to a local path.
Examples
if (FALSE) { # \dontrun{
# Download to a specific location
eg_read("/Shared/Documents/report.pdf", "local_report.pdf")
# Download to a temp file
local_path <- eg_read("/Shared/Documents/data.csv")
read.csv(local_path)
} # }