as.markdown(.Object, ...)# S4 method for partition
as.markdown(
.Object,
meta = getOption("polmineR.meta"),
template = get_template(.Object),
cpos = TRUE,
cutoff = NULL,
verbose = FALSE,
...
)
# S4 method for subcorpus
as.markdown(
.Object,
meta = getOption("polmineR.meta"),
template = get_template(.Object),
cpos = TRUE,
cutoff = NULL,
verbose = FALSE,
...
)
# S4 method for plpr_partition
as.markdown(
.Object,
meta = NULL,
template = get_template(.Object),
cpos = FALSE,
interjections = TRUE,
cutoff = NULL,
...
)
# S4 method for plpr_subcorpus
as.markdown(
.Object,
meta = NULL,
template = get_template(.Object),
cpos = FALSE,
interjections = TRUE,
cutoff = NULL,
...
)