Skip to content

Commit

Permalink
Change header and summary slightly!
Browse files Browse the repository at this point in the history
avahoffman committed Jan 9, 2024
1 parent c3bdcda commit 26dfc12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Data_Input/Data_Input.Rmd
Original file line number Diff line number Diff line change
@@ -433,7 +433,7 @@ read_dta(file = "mtcars.dta")
```


## Data Input: base R
## `read.csv` is * base R *

There are also data importing functions provided in base R (rather than the `readr` package), like `read.delim()` and `read.csv()`.

@@ -515,7 +515,7 @@ R Projects are a good way to keep your files organized and reduce headaches

Look at your data!

- `glimpse()` gets a quick look at the column structure
- `str()` / `glimpse()` gets a quick look at the column structure
- `View()` gives you a preview of the data in a new tab
- `head()` shows first few rows
- `tail()` shows the last few rows

0 comments on commit 26dfc12

Please sign in to comment.