tell_user {librarian}R Documentation

Messages for the user

Description

Messages for the user

Usage

tell_user(message, ...)

Arguments

message

(Character) An identifier string for a message.

...

(Dots) Data to pass into the message for sprintf().

Value

A string.

Examples

## Not run: 
message(tell_user("not allowed to make path", "C:/fakefolder"))

## End(Not run)


[Package librarian version 1.8.1 Index]