Get Version Information on Files of Given IDs
Usage
get_version_info(
file_ids,
user = nextcloud_user(),
ignore = "^(status|quota|getcontent|resource)",
dbg = TRUE
)Arguments
- file_ids
vector of integer representing file ids (values returned in column
fileid) bylist_files- user
nextcloud user
- ignore
pattern matching columns to be excluded from the result. Set to
NULLto see what columns are available.- dbg
logical indicating whether or not to print debug messages