View source: R/t_import_file_metadata.R
besides a description for the action only metadata for the source and the target file and location are passed.
1 2 3 4 5 6 7 8 9 10 | tImportFile(importActionDescription = "", sourceRepoType = "Unknown",
sourceFilePath = "Unknown", sourceFileHash = "Unknown",
sourceRepoVersion = "Unknown", sourceRepoRoot = "",
sourceModified = tlconst$OT, sourceModifiedBy = "",
sourceQualityChecked = F, sourceDescription = "",
targetRepoType = "Unknown", targetFilePath = "Unknown",
targetFileHash = "Unknown", targetRepoVersion = "Unknown",
targetRepoRoot = "", targetModified = tlconst$OT,
targetModifiedBy = "", targetQualityChecked = F,
targetDescription = "", offset = 0)
|
importActionDescription |
optional: any identifying and/or valuable information about the import action |
sourceRepoType |
optional: should contain information about the type of the source repository, if available |
sourceFilePath |
path including the source file name; just the source file name, if no path is available |
sourceFileHash |
md5 file hash of source file |
sourceRepoVersion |
optional: version of source file in source repository, if available |
sourceRepoRoot |
optional: root path of the source repository, if available |
sourceModified |
optional: timestamp of last change of source file, if available |
sourceModifiedBy |
optional: username or name or similar of provider of source file |
sourceQualityChecked |
flag, if the source file is confirmed by the provider to be ready for usage in GxP workflows |
targetRepoType |
information about the type of the target repository |
targetFilePath |
path including the target file name in the repository, e.g. "https://svnserver/svn/reponame/trunk/folder/file.csv" |
targetFileHash |
md5 file hash of target file |
targetRepoVersion |
version of the checked in target file in the target version control system, e.g. svn |
targetRepoRoot |
repository path, e.g. "https://svnserver/svn/reponame" |
targetModified |
check in timestamp in target repository, e.g. available via svninfo |
targetModifiedBy |
user name or name of importing person |
targetQualityChecked |
flag, if the target file is confirmed by the provider or by the importing person to be ready for usage in GxP workflows |
offset |
should be overridden only in special cases |
sourcedescription |
optional: any valuable additional information available for the source file |
targetdescription |
optional: any valuable additional information available for the target file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.