diff --git a/README.Rmd b/README.Rmd
index 56aea7c..df9c269 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -14,6 +14,8 @@ knitr::opts_chunk$set(
options(poorman.summarise.inform = FALSE)
```
+
+
# {poorman}
[](https://cran.r-project.org/package=poorman)
@@ -41,6 +43,8 @@ options(poorman.summarise.inform = FALSE)
For more details on the functionality available within {poorman}, check out the {poorman} series of blog posts [here](https://nathaneastwood.github.io/tags/poorman/).
+
+(back to top) +
+ ## Installation You can install: @@ -55,6 +61,10 @@ remotes::install_github("nathaneastwood/poorman") install.packages("poorman") ``` ++(back to top) +
+ ## Docker If you’d like to try out the latest version of the package on CRAN using @@ -64,6 +74,10 @@ Docker, you can run the latest image with: docker run --rm -it nathaneastwood/poorman ``` ++(back to top) +
+ ## Usage ``` r @@ -95,6 +109,10 @@ mtcars %>% # 6 1 8 15.40000 0.5656854 ``` ++(back to top) +
+ ## Related Work - [{dplyr}](https://github.com/tidyverse/dplyr) @@ -103,3 +121,7 @@ mtcars %>% - [{tbltools}](https://github.com/mkearney/tbltools) - imports {magrittr} and appends `*_data()` to each of its functions, e.g. `select_data()`. + ++(back to top) +