is_rpackage: Check whether a path is an R package or not.

Description Usage Arguments Examples

View source: R/classify.R

Description

Check whether a path is an R package or not.

Usage

1
is_rpackage(path = ".", fn = c("R", "DESCRIPTION", "NAMESPACE", "man"))

Arguments

path

Character scalar. Path to the package to dir.

fn

Character vector. List of files to consider an R package.

Examples

1

USCbiostats/imagebot documentation built on May 23, 2019, 1:59 a.m.