box_module_base_path {box.linters} | R Documentation |
Find box::use
calls for local modules
Description
Find box::use
calls for local modules
Usage
box_module_base_path()
Details
Base XPath to find box::use
declarations that match the following pattern:
box::use(
path/to/module,
)
Value
An XPath
See Also
[Package box.linters version 0.10.6 Index]