Description Usage Arguments Value
Search an osf component for all modified subcomponents and files.
1 2 | walk_parent(parent_node, after_date, max_depth = 3, max_children = 30,
sleep = 0.2, include_files = TRUE, level = 1)
|
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). |
A list of osf_tbl objects that can be combined using dplyr::bind_rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.