Description Usage Arguments Value Examples
This function is being used internally by code_stats
.
1 |
text |
String / list of Strings |
Integer, code lines count
1 2 3 | code_counter("# comment")
code_counter("2 * 2")
code_counter(c("(2 * 2)", ("2 * 2")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.