Learn R Programming

groupedHyperframe (version 0.3.4)

cli_: .Defunct Messages using Package cli

Description

Internal helper functions, to display beautiful .Defunct messages using package cli.

Usage

cli_doi_(doi)

cli_book_(fmt, author = "tingtingzhan", pub, chapter, print_chapter = TRUE)

cli_QuartoPub_(...)

cli_Netlify_(...)

cli_RPubs_(...)

Arguments

doi

character scalar

author

character scalar

pub

character scalar

chapter

character scalar

Examples

Run this code
cli_RPubs_(pub = 'groupedHyperframe')
cli_QuartoPub_(pub = 'groupedhyperframe')
cli_QuartoPub_(pub = 'groupedhyperframe', chapter = 'bioinformatics_btaf430')
cli_Netlify_(pub = 'groupedhyperframe')
cli_Netlify_(pub = 'groupedhyperframe', chapter = 'bioinformatics_btaf430')
cli_doi_('10.1002/bimj.4710230408')

Run the code above in your browser using DataLab