Skip to contents

Retrieves a single review resource by its identifier.

Usage

getReviewById(ident, from = pwd())

Arguments

ident

Identifier of the review. Can be a path, resource ID, entity ID, or a data frame row from loadResource().

from

Base path for resolving relative paths. Defaults to pwd().

Value

A data frame with the review resource details, or NULL if not found.

References

ics1528