tStoreFileMetadata: Stores file metadata

Description Usage Arguments Examples

View source: R/t_import_file_metadata.R

Description

this function can be called explicitly from users of traceLib if files are read or written by functions, where no t_wrapper is available

Usage

1
2
3
4
tStoreFileMetadata(access = c("read", "write"), filePath = NA,
  fileHash = NA, repoType = NA, repoRoot = NA, repoPath = NA,
  repoVersion = NA, repoModified = NA, repoModifiedBy = NA,
  qualityChecked = NA, description = NA)

Arguments

access

Should be one of read or Write

filePath

local file path; if this is not given, the following parameters except for repoRoot, qualityChecked, description are mandatory

fileHash

optional: only used, if filePath is not given

repoType

optional:

repoRoot

optional:

repoPath

optional:

repoVersion

optional:

repoModified

optional:

repoModifiedBy

optional:

qualityChecked

optional:

description

optional:

Examples

1
tStoreFileMetadata(access = "read", filePath = "filepath")

Open-Systems-Pharmacology/tracelib documentation built on April 11, 2020, 3:12 p.m.