dependency_tree: Create a recursive dependency_tree of file names

Description Usage Arguments

View source: R/new_script.R

Description

Create a recursive dependency_tree of file names

Usage

1
dependency_tree(from, already_got = NULL)

Arguments

from

character. file name or path of file to copy

already_got

logical. Default = NULL. If true will terminate loop

Used by copy_script. Creates an an ordered vector of script dependencies.


tsahota/TidyProject documentation built on April 19, 2021, 9:14 p.m.