extract_fns: Extract File Names from Script Metadata

Description Usage Arguments Value Author(s) Examples

View source: R/extract_fns.R

Description

extract folders and file names from a list containing script metadata.

Usage

1

Arguments

lst

a list containing script metadata

Value

a data frame (subdir, filename) containing parsed file names

Author(s)

Hanming Tu

Examples

1
2
3
4
5
6
  a <- "https://github.com/phuse-org/phuse-scripts/raw/master"
  b <- "development/R/scripts"
  c <- "Draw_Dist2_R.yml"
  f1 <- paste(a,b,c, sep = '/')
  f2 <- read_yml(f1)
  f3 <- extract_fns(f2)

phuse documentation built on March 26, 2020, 6:31 p.m.