Package: egnyte 0.1.0

Mike Stackhouse

egnyte: Read and Write Files from Egnyte

Provides functions to read and write files from Egnyte cloud storage using the Egnyte API. Supports both API key and OAuth 2.0 authentication for file transfer operations.

Authors:Mike Stackhouse [aut, cre]

egnyte_0.1.0.tar.gz
egnyte_0.1.0.zip(r-4.7)egnyte_0.1.0.zip(r-4.6)egnyte_0.1.0.zip(r-4.5)
egnyte_0.1.0.tgz(r-4.6-any)egnyte_0.1.0.tgz(r-4.5-any)
egnyte_0.1.0.tar.gz(r-4.7-any)egnyte_0.1.0.tar.gz(r-4.6-any)
egnyte_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
egnyte/json (API)

# Install 'egnyte' in R:
install.packages('egnyte', repos = c('https://atorus-research.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/atorus-research/egnyte/issues

On CRAN:

Conda:

4.60 score 1 stars 6 scripts 150 downloads 23 exports 14 dependencies

Last updated from:8dc8729364. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK110
source / vignettesOK186
linux-release-x86_64OK126
macos-release-arm64OK83
macos-oldrel-arm64OK87
windows-develOK76
windows-releaseOK68
windows-oldrelOK72
wasm-releaseOK111

Exports:eg_autheg_listeg_oauth_appeg_oauth_authorizeeg_oauth_passwordeg_oauth_refresheg_readeg_read_csveg_read_delimeg_read_exceleg_read_rdseg_read_saseg_read_spsseg_read_stataeg_read_xpteg_writeeg_write_csveg_write_delimeg_write_exceleg_write_rdseg_write_spsseg_write_stataeg_write_xpt

Dependencies:askpassclicurlgluehttr2lifecyclemagrittropensslR6rappdirsrlangsysvctrswithr

Authorization

Rendered fromauthorization.Rmdusingknitr::rmarkdownon May 11 2026.

Last update: 2026-02-04
Started: 2026-01-30

Configuration

Rendered fromconfiguration.Rmdusingknitr::rmarkdownon May 11 2026.

Last update: 2026-02-04
Started: 2026-01-30

File Transfer

Rendered fromfile-transfer.Rmdusingknitr::rmarkdownon May 11 2026.

Last update: 2026-02-04
Started: 2026-01-30

Reading and Writing Data Files

Rendered fromreading-writing.Rmdusingknitr::rmarkdownon May 11 2026.

Last update: 2026-02-04
Started: 2026-01-30

Readme and manuals

Help Manual

Help pageTopics
Set Egnyte Authentication Credentialseg_auth
List Files in an Egnyte Directoryeg_list
Set Up OAuth Application Credentialseg_oauth_app
Authorize with Egnyte via OAuth 2.0eg_oauth_authorize
Authenticate with Egnyte Using Username and Passwordeg_oauth_password
Refresh OAuth Access Tokeneg_oauth_refresh
Download a File from Egnyteeg_read
Read Data Files from Egnyteeg_read_csv eg_read_delim eg_read_excel eg_read_file eg_read_rds eg_read_sas eg_read_spss eg_read_stata eg_read_xpt
Upload a File to Egnyteeg_write
Write Data Files to Egnyteeg_write_csv eg_write_delim eg_write_excel eg_write_file eg_write_rds eg_write_spss eg_write_stata eg_write_xpt