Create a corpus.list from a list or append a dataframe to a corpus.list
dot-construct.corpus.list.RdCreate a corpus.list from a list or append a dataframe to a corpus.list
Arguments
- corpus
corpus.listlistof dataframes created byconstruct_corpus().- df_to_add
listofdata.frameor a singledata.frameto 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
charactervector 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).