Create a corpus.list from a list or append a dataframe to a corpus.list
dot-construct.corpus.list.Rd
Create a corpus.list from a list or append a dataframe to a corpus.list
Arguments
- corpus
corpus.list
list
of dataframes created byconstruct_corpus()
.- df_to_add
list
ofdata.frame
or a singledata.frame
to append to the corpus.list. If data.frame(s) without a name are provided, names should be provided withnames_of_df_to_add
- names_of_df_to_add
character
vector of names to append to the corpus.list, if anonymous materials is provided (unamed df or list of unamed df).- ...
Additionnal attributes (e.g., keep trace of the languages analyzed).