# NOT RUN {
### Get path to example source
examplePath <-
system.file("extdata", package="rock");
### Parse all example sources in that directory
parsedExamples <- rock::parse_sources(examplePath);
### Create cooccurrence matrix
rock::create_cooccurrence_matrix(parsedExamples);
# }
Run the code above in your browser using DataLab