vignettes/my-external-code.R

# 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"))
flormarcaccio/DATA-598-WI20-week-5 documentation built on Feb. 18, 2020, 12:28 a.m.