rnote is a simple package that allows you to make notes and recall them from any project by saving them to the package directory.
You can install the development version of rnote from GitHub with:
# install.packages("devtools")
devtools::install_github("filmicaesthetic/rnote")
rnote::jotdown(note = "this is a note", topics = c("test_topic1", "test_topic2"))
rnote::checknotes(topic = "test_topic1", current_project = TRUE, n = 10)
#> rnote | 2022-08-14
#> this is a note
rnote::backup.notes(file = "notes.csv", current_project = FALSE)