# Here's my R script file,
# in the same directory as
# my Rmd file
# ---- data-intro
dim_row = dim(starwars)[1]
dim_col = dim(starwars)[2]
print(paste(dim_row,"rows and",dim_col, "columns"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.