moveFileToFileServer: Move file to file server

View source: R/fileRead.R

moveFileToFileServerR Documentation

Move file to file server

Description

Move file to file server

Usage

moveFileToFileServer(fileStartLocation, targetPath = NULL,
  fileServiceType = racas::applicationSettings$server.service.external.file.type,
  fileService = racas::applicationSettings$server.service.external.file.service.url,
  experiment = NULL, recordedBy = NULL, customSourceFileMove = NULL)

Arguments

fileStartLocation

current location of file, relative from working directory

targetPath

path to new file location, not currently used when fileServiceType == "custom"

fileServiceType

"blueimp" or "custom"

fileService

path to file service, not used when fileServiceType == "blueimp"

experiment

experiment object, not used when fileServiceType == "blueimp"

recordedBy

logged in username, not used when fileServiceType == "blueimp"

customSourceFileMove

function to move file to custom server

Value

character file code or path relative from privateUploads


mcneilco/racas documentation built on April 19, 2024, 1:12 p.m.