Creating this qdap specific data structure enables short hand with subsequent qdap function calls that utilize the text.var
argument. Combined with the %&% operator, the user n need not specify a data set or the text.var argument (as many qdap functions contain a text.var argument).
Change text.var column of a qdap_df object.
qdap_df(dataframe, text.var)Text(object)Text(object)<- value
Arguments
dataframe: A data.frame with a text variable. Generally, sentSplit should be run first (sentSplit actually produces a data.frame that is of the class "qdap_df").
text.var: The name of the text.var column.
object: A data.frame of the class "qdap_df".
value: A character string of the updated text.var column.