walk_parent: Search an osf component for all modified subcomponents and...

Description Usage Arguments Value

Description

Search an osf component for all modified subcomponents and files.

Usage

1
2
walk_parent(parent_node, after_date, max_depth = 3, max_children = 30,
  sleep = 0.2, include_files = TRUE, level = 1)

Arguments

parent_node

Single osf_tbl row to search for subcomponents and files.

after_date

Only search osf subcomponents modified after this datetime.

max_depth

Maximum depth of subcomponents to search.

max_children

Don't search subcomponents that have more than max_children nodes.

sleep

Time to wait before getting more subcomponents.

include_files

Whether to search for changed files in addition to components.

level

How deep the parent_node's children are (you shouldn't need this).

Value

A list of osf_tbl objects that can be combined using dplyr::bind_rows


machow/labmanageR documentation built on May 16, 2019, 5:01 a.m.