readMoveItFile: Function to download a file from the FTP server

View source: R/moveit.R

readMoveItFileR Documentation

Function to download a file from the FTP server

Description

Function to download a file from the FTP server

Usage

readMoveItFile(baseUrl, tokens, id, fileType = "csv")

Arguments

baseUrl

Base URL for Move It server

tokens

List of auth tokens for MoveIt access

id

file id

fileType

csv or xlsx

Value

A dataframe of the identified file

Examples

## Not run: 
df <- readMoveItFile("someurl.com", 626235843, tokens, "csv")

## End(Not run)

geoffreylarnold/moveitAPI documentation built on Jan. 17, 2024, 10:43 p.m.