notify_libraries: Detect and Display Libraries Used Throughout the Script.

Description Usage Arguments Value Examples

View source: R/notify.R

Description

Detect and Display Libraries Used Throughout the Script.

Usage

1

Arguments

text

String

Value

String

Examples

1
2
3
4
5
cat(
  notify_libraries(
    'require(dplyr)
    library(magrittr)
    stringr::str_replace("1", "ONE")'))

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