append_log: append_log

View source: R/append_log.R

append_logR Documentation

append_log

Description

Creates a log in the form of a named list of character vectors, where each element of the vector is a log entry and the names of the list correspond to the entry date.

Usage

append_log(log_entry)

Arguments

log_entry

character, a log entry.

Value

A named list of strings.

Examples

## Not run: 
if(interactive()){
 append_log('Some log entry')
 }

## End(Not run)

causality-loop/clhelpers documentation built on Aug. 31, 2022, 3:39 a.m.