|
|
|
|
|
by abdullahkhalids
1226 days ago
|
|
This [1] looks ugly and distracting. #+begin_src R :colnames yes
words <- tolower(scan("intro.org", what="", na.strings=c("|",":")))
t(sort(table(words[nchar(words) > 3]), decreasing=TRUE)[1:10])
#+end_src
Is it possible to have minimal syntax for these code blocks? Markdown is nice because it looks clean, and the syntax does not get in the way. Markdown codeblocks are ```
code
```
[1] https://orgmode.org/worg/org-contrib/babel/intro.html#source... |
|