download_delim: Download a delimited file from Egnyte into a local data frame

View source: R/download_file.R

download_delimR Documentation

Download a delimited file from Egnyte into a local data frame

Description

This function downloads and parses a delimited file from Egnyte into a local data frame in R.

Usage

download_delim(source, delim, encoding = "ISO-8859-1",
  token = get_parameter("token"), domain = get_parameter("domain"),
  ...)

Arguments

source

The path of the remote file in your Egnyte filesystem

delim

Single character used to separate fields within a record

encoding

The default encoding to use for content translation

token

User's Egnyter authorisation token

domain

Egnyte domain URL

...

Additional arguments to be passed to read_delim


joshmuncke/egnyter documentation built on April 18, 2023, 4:09 p.m.