getRfilesTree: R Files Representation

Description Usage Arguments Value Examples

View source: R/StructureAnalysis.R

Description

Function getRFilesTree returns RFilesTree S3 object which repressents structure of folders and R scripts of given path.

Usage

1

Arguments

path

A character of path to directory with R project. Default value is current working directory path getwd().

Value

A S3 object of class RFilesTree.

Examples

1
2
3
4
5
6
getRfilesTree(getwd())

## Not run: 
getRfilesTree("C:/SomeRProjectDir")

## End(Not run)

DSkrzypiec/oRtrack documentation built on May 23, 2019, 7:32 a.m.