| myread | R Documentation | 
This function reads .csv data into the environment
myread(dird, csv)
dird | 
 directory csv is stored in  | 
csv | 
 the title of the .csv title as a string  | 
table containing data
## Not run: dird = "C:\\Users\\Admin\\Desktop\\Applied Statistical Methods\\Lab 4\\" data = myread(dird, 'SPRUCE.csv') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.