knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
## importing our package library(lab4)
# creating the object of linreg linreg_mod <- linreg(Petal.Length~Sepal.Width+Sepal.Length, data=iris) # call the print methond as follow linreg_mod$print()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.