View source: R/get_version_info.R
get_version_info | R Documentation |
Get Version Information on Files of Given IDs
get_version_info(
file_ids,
user = nextcloud_user(),
ignore = "^(status|quota|getcontent|resource)",
dbg = TRUE
)
file_ids |
vector of integer representing file ids (values returned in
column |
user |
nextcloud user |
ignore |
pattern matching columns to be excluded from the result. Set
to |
dbg |
logical indicating whether or not to print debug messages |
data frame with one row per version. There seems to be only an entry if the corresponding file as more than one version.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.