notify_io: Notify on IO components in the code

Description Usage Arguments Value Examples

View source: R/notify.R

Description

Notify on IO components in the code

Usage

1

Arguments

text

String

Value

String

Examples

1
2
3
4
5
cat(
  notify_io(
    'df <- read.csv("my_data.csv")
    write.csv(df, "your_data.csv")
    write_variable <- "will not be mixed up with write function"'))

ShaulAb/alphabetter documentation built on Oct. 13, 2019, 7:33 a.m.