fl: The worlds simplest travese function of all time.

Description Usage Arguments Value Examples

View source: R/fl.R

Description

It takes an integer and returns the file history cache. This function will eventually be used with the search function of Motherfucking Automation

Usage

1
fl(up = 0, pat)

Arguments

up

takes an integer and traverses up the number of levels

pat

a character vector containing a shortened string of a folder to traverse into

Value

folderHist a cache of folders that were traverves in order to traverse back down

Examples

1
2
3
4
5
6
7
## Not run: 
getwd()
tr <- fl(2,)
tr
setwd(tr[1])

## End(Not run)

notsynonymous/SWA documentation built on Dec. 22, 2021, 3:13 a.m.