find_package_root {roxytypes}R Documentation

Find package root directory

Description

Traces parent directories until we find a pacakge root

Usage

find_package_root(path = ".")

Arguments

path

(character[1]) A file path within a package.

Value

(character[1]) The file path to the package root directory.


[Package roxytypes version 0.1.1 Index]