count_env {texor} | R Documentation |
count latex environments
Description
count common environments like table,figure,verbatim etc..
Usage
count_env(article_dir, env_name)
Arguments
article_dir |
path to the directory which contains RJ article |
env_name |
name of the environment |
Value
count of the environment, FALSE otherwise
Examples
article_dir <- system.file("examples/article",
package = "texor")
figures <- texor::count_env(article_dir, "figure")
print(paste("figure count : ", figures))
[Package texor version 1.3.0 Index]