Package 'levelup'

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: 2024-10-31 19:46:26 UTC
Source: https://github.com/statsrhian/levelup

Help Index


export benefit report

Description

export benefit report

Usage

export_benefit_report(
  path = ".",
  records_path = "cpd-records",
  report_year = year(today())
)

Arguments

path

Location for saving the report

records_path

Path to the cpd-records

report_year

The year for the benefit report


import_cpd

Description

import_cpd

Usage

import_cpd(path = "cpd-records")

Arguments

path

Path to CPD records

Value

a [tibble][tibble::tibble-package]


import_cpd

Description

import_cpd

Usage

new_cpd(
  title = "",
  type = "other",
  date = today(),
  learning_hours = 0,
  path = "cpd-records",
  overwrite = FALSE
)

Arguments

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

Description

title to file

Usage

title_to_file(title)

Arguments

title

Activity title to be tidied

Value

Tidy version of activity title


yaml_to_tibble

Description

yaml_to_tibble

Usage

yaml_to_tibble(file)

Arguments

file

File to be converted

Value

a [tibble][tibble::tibble-package]