Skip to content

filmicaesthetic/rnote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rnote

rnote is a simple package that allows you to make notes and recall them from any project by saving them to the package directory.

Installation

You can install the development version of rnote from GitHub with:

# install.packages("devtools")
devtools::install_github("filmicaesthetic/rnote")

Example

Make a note:

rnote::jotdown(note = "this is a note", topics = c("test_topic1", "test_topic2"))

Recall notes to console:

rnote::checknotes(topic = "test_topic1", current_project = TRUE, n = 10)
#> rnote | 2022-08-14
#> this is a note

Back up notes to new location:

rnote::backup.notes(file = "notes.csv", current_project = FALSE)

About

R package for making, storing and viewing notes in the console.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • R 100.0%