Learn R Programming

checkhelper (version 0.1.1)

check_clean_userspace: check_clean_userspace

Description

[Experimental]

Usage

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

Value

data.frame of files that are left after checks

Arguments

pkg

Path to package to check

check_output

Path to directory where to store check results

Examples

Run this code
if (FALSE) {
# This runs a check of the current package
all_files <- check_clean_userspace()
all_files
}

Run the code above in your browser using DataLab