Skip to contents

Simple wrapper for package specific function for internal packages.

Usage

make_sf(package)

Arguments

package

The name of the package

Value

A function wrapping system.file() which will always use the package name provided in package

Examples

make_sf("mark")()
#> [1] "/home/runner/work/_temp/Library/mark"