Skip to content

Commit

Permalink
Re-build README.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Mar 3, 2022
1 parent ecd8ad5 commit 898c747
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ better.

## Installation

You can install the the development version from
[GitHub](https://github.com/) with:
You can install from [GitHub](https://github.com/) with:

``` r
# install.packages("remotes")
Expand All @@ -25,11 +24,21 @@ remotes::install_github("CDU-data-science-team/nottshcMethods")

Once the package is installed, {xaringan} presentation slides with
branding and {distill} post templates can be access easily using the
RStudio IDE, by selecting `File` -> `R markdown ...` ->
`From Template`.
RStudio IDE, by selecting `File` -\> `R markdown ...` -\> `From
Template`.

<img src="img/screen-capture-templates.png" title="Screenshot of the templates wizard selection list with Nottshc Presentation Slides highlighted" alt="Screenshot of the templates wizard selection list with Nottshc Presentation Slides highlighted" width="50%" />

# Functions

## year\_date()

A simple function to give the ‘yyyy’ string to a date column (of formats
date, int and character). Can be used to find the earliest and latest
year date in data which is useful in reports.

<https://cdu-data-science-team.github.io/nottshcMethods/articles/date_helper.html>

## Code of Conduct

Please note that the nottshcMethods project is released with a
Expand Down

0 comments on commit 898c747

Please sign in to comment.