powered by
Constructs an inline object of type "Code".
"Code"
Code(code, name = "", language = NULL, line_numbers = FALSE, start_from = 1)
a character string giving the inline code
an optional character string giving the name of the inline code chunk
an optional character string giving the programming language
a logical which controls if line numbers should be used
an integer giving the first line number
Code("lm(hello ~ world)", "my_r_inline_code", "R", TRUE, 0) Code("lm(hello ~ world)")
Run the code above in your browser using DataLab