Skip to content

mrvettleson/Math1930

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up your web site

URL http://github.com/dtkaplan/stat101 that has the instructions that you've been reading.

https://mrvettleson.github.io/Math1930

Putting links to data files on your own course web site

If you are going to use your site to provide student access to data sets of particular interest to you, you will want to put links and instructions on your course web site.

The markup that you include in your index.md file (in the docs/ directory) might look like this:

## Data files

Data files for this week:

- `https://dtkaplan.github.io/stat101/test.csv`

To create the data table in your R session, copy and paste 
this command into your console:

```r
My_data <- read.csv("https://dtkaplan.github.io/stat101/test.csv")
```

About

A simple course website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published