powered by
The method is the worker behind the html-method.
as.markdown(.Object, ...)# S4 method for numeric as.markdown(.Object, corpus, meta = NULL, cpos = FALSE, cutoff = NULL, ...)# S4 method for plprPartition as.markdown(.Object, meta = NULL, template = getTemplate(.Object), cpos = FALSE, interjections = TRUE, cutoff = NULL, ...)
# S4 method for numeric as.markdown(.Object, corpus, meta = NULL, cpos = FALSE, cutoff = NULL, ...)
# S4 method for plprPartition as.markdown(.Object, meta = NULL, template = getTemplate(.Object), cpos = FALSE, interjections = TRUE, cutoff = NULL, ...)
object to be converted
further arguments
name of CWB corpus
metainformation i.e. s-attributes) to be displayed
logical, whether to add cpos as ids in span elements
maximum number of tokens to reconstruct
a template for formatting output
logical, whether to format interjections
# NOT RUN { use("polmineR") P <- partition("REUTERS", places = "argentina") as.markdown(P) as.markdown(P, meta = c("id", "places")) if (interactive()) read(P, meta = c("id", "places")) # }
Run the code above in your browser using DataLab