# NOT RUN {
# It is a time consuming function...
# Thus, for illustrative purposes, an example is provided in a
# small random subset of the original data...
freeassociationdata_part = dplyr::sample_n(freeassociationdata, 10)
df.word.combinations.as.tbl_graph = get.word.combinations.as.tbl_graph(
c("diet1stword", "diet2ndword", "diet3rdword"), freeassociationdata_part)
print(df.word.combinations.as.tbl_graph)
# }
Run the code above in your browser using DataLab