getAcasFileLink: Get url for ACAS file

View source: R/updateExperimentMetadata.R

getAcasFileLinkR Documentation

Description

Gets a url from an ACAS filecode. This deals with issues of whether the file is stored internally or on an external file system, so you just get a link to wherever the file is stored.

Usage

getAcasFileLink(fileCode, login = FALSE)

Arguments

fileCode

A file code of some custom type like "FILE1234" or a path link like "experiment/EXPT-3/this.txt"

login

boolean to decide if login is required to reach link. Paths for use by R should have this FALSE, but paths displayed to users should be TRUE.

Details

The getting equivalent of saveAcasFile. In updateExperimentMetadata.R

Value

a url


mcneilco/racas documentation built on Aug. 30, 2024, 9:27 p.m.