check_clean_userspace {checkhelper}R Documentation

check_clean_userspace

Description

[Experimental]

Usage

check_clean_userspace(pkg = ".", check_output = tempfile("dircheck"))

Arguments

pkg

Path to package to check

check_output

Path to directory where to store check results

Value

data.frame of files that are left after checks

Examples

## Not run: 
# This runs a check of the current package
all_files <- check_clean_userspace()
all_files

## End(Not run)

[Package checkhelper version 0.1.1 Index]