| Title: | Create and report on CPD activities |
|---|---|
| Description: | Tools for creating, analysing and reporting on CPD activities. |
| Authors: | Rhian Davies [aut, cre] |
| Maintainer: | Rhian Davies <[email protected]> |
| License: | GPL-3 |
| Version: | 0.1.5 |
| Built: | 2026-05-21 10:59:13 UTC |
| Source: | https://github.com/statsrhian/levelup |
export benefit report
export_benefit_report( path = ".", records_path = "cpd-records", report_year = year(today()) )export_benefit_report( path = ".", records_path = "cpd-records", report_year = year(today()) )
path |
Location for saving the report |
records_path |
Path to the cpd-records |
report_year |
The year for the benefit report |
import_cpd
import_cpd(path = "cpd-records")import_cpd(path = "cpd-records")
path |
Path to CPD records |
a [tibble][tibble::tibble-package]
import_cpd
new_cpd( title = "", type = "other", date = today(), learning_hours = 0, path = "cpd-records", overwrite = FALSE )new_cpd( title = "", type = "other", date = today(), learning_hours = 0, path = "cpd-records", overwrite = FALSE )
title |
Title for new CPD record |
type |
Type of new CPD record, can be one of "work", "professional", "formal", "self" or "other" |
date |
The start date of the activity in yyyy-mm-dd format |
learning_hours |
The number of learning hours acruded during this activity |
path |
Path to CPD records |
overwrite |
Should the YAML be overwritten if it exists - default FALSE |
title to file
title_to_file(title)title_to_file(title)
title |
Activity title to be tidied |
Tidy version of activity title
yaml_to_tibble
yaml_to_tibble(file)yaml_to_tibble(file)
file |
File to be converted |
a [tibble][tibble::tibble-package]