Skip to content

Commit

Permalink
Update and rename forcats.Rmd to forcats_R_Package.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonflyStats authored Nov 28, 2023
1 parent 07718c4 commit 424f8ac
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
---
title: "forcats"
output: html_document
title: "Working With Factors in R"
subtitle: "The {forcats} R package"
author: "R workshop"
output:
prettydoc::html_pretty:
theme: cayman
highlight: github
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
require(prettydoc)
require(tidyverse)
require(forcats)
```


Expand Down

0 comments on commit 424f8ac

Please sign in to comment.