Skip to content

Commit

Permalink
updated based on renv output
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanduni-P committed Apr 19, 2024
1 parent 27a5982 commit 25ee528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/2_Reading_tidying_data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ colnames(cms_data)

The `$` symbol allows access to individual columns. To display 'Hospital Type' column:

```{r}
```{r error=TRUE}
#| error: true
cms_data$Hospital Type
```
Expand Down

0 comments on commit 25ee528

Please sign in to comment.