Returns a list of vetted artifacts (spec or char corresponding to x) that represent a submission object for further processing.
Converts a character vector of file names to class submission.
as.submission(x, ...)# S3 method for character
as.submission(
x,
tag = names(x),
description = basename(x),
dir = ".",
subdir = NULL,
...
)
filenames: xpt, csv, spec, txt, other
passed along to handlers
short names for each element of x
informative multi-word label for each element of x
parent directory for placement of submission artifacts
optional subdirectories relative to dir for each submission artifact
a list of artifacts each having attributes: x, tag, des, file, spec
character
: character method for as.submission