repo_info: Provides detailed information about an item.

Description Usage Arguments Value Examples

View source: R/repo_public.R

Description

Provides detailed information about an item.

Usage

1
repo_info(name = NULL, tags = NULL)

Arguments

name

Item name (or list of names). If both name and tags are NULL, information about the whole repo will be provided.

tags

List of tags: info will run on all items matching the tag list.

Value

Used for side effects.

Examples

1
2
3
4
5
6
7
rp_path <- file.path(tempdir(), "example_repo")
rp <- repo_open(rp_path, TRUE)
rp$put(1, "item1", "Sample item 1", "info")
rp$info("item1")

## wiping temporary repo
unlink(rp_path, TRUE)

repo documentation built on March 26, 2020, 8:25 p.m.