reminder: Show reminder every specified hours

View source: R/reminder.R

reminderR Documentation

Show reminder every specified hours

Description

Show reminder every specified hours

Usage

reminder(
  hours = 1,
  message = "It's time to get up, drink some water and walk around.",
  dialog = TRUE,
  beep = 1,
  life = 5
)

Arguments

hours

Numeric. Play a sound reminder every hours hours.

message

The message to show in dialog.

dialog

Logical. Whether to show a dialog remainder if reminder is set. Only support Windows system.

beep

Numeric. The number of the sound to beep in beepr::beep. Do not beep if NULL.

life

Numeric. The number of hours that you want to keep the reminder runing (the reminder's life).

Author(s)

Yangzhuoran Yang


FinYang/lazytype documentation built on May 5, 2023, 1:39 a.m.