knitr::opts_chunk$set( collapse = TRUE, comment = "#>", eval = FALSE )
library(Rchitecture) library(quanteda)
folder <- system.file("example_data/Zeeguu-Ecosystem/Zeeguu-API/zeeguu_core", package = "Rchitecture") files <- extract_py_script_paths(folder)
df_mat <- tokenize_ast(files) %>% tokens() %>% dfm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.