get_version_info: Get Version Information on Files of Given IDs

View source: R/get_version_info.R

get_version_infoR Documentation

Get Version Information on Files of Given IDs

Description

Get Version Information on Files of Given IDs

Usage

get_version_info(
  file_ids,
  user = nextcloud_user(),
  ignore = "^(status|quota|getcontent|resource)"
)

Arguments

file_ids

vector of integer representing file ids (values returned in column fileid) by list_files

user

nextcloud user

ignore

pattern matching columns to be excluded from the result. Set to NULL to see what columns are available.

Value

data frame with one row per version. There seems to be only an entry if the corresponding file as more than one version.


KWB-R/kwb.nextcloud documentation built on June 8, 2022, 10:21 a.m.