This is a book created from markdown and executable code.
See Knuth (1984年) for additional discussion of literate programming.
x <- c(1, 2) x
[1] 1 2