combine_label_if_match_failed {podcleaner}R Documentation

Label failed matches

Description

Labels failed matches as such.

Usage

combine_label_if_match_failed(type = c("number", "body"), ...)

Arguments

type

A Character string, one of: "number" or "body". Type of column to label.

...

Further arguments to be passed down to combine_has_match_failed

Value

A character string vector: address(es) "number" or "body" as specified in type if match succeeded, "" (type = "number") or "Failed to match with general directory" (type = "body") otherwise.


[Package podcleaner version 0.1.2 Index]