Package cli version 3.6.0
Usage
ansi_nzchar(x, ...)
Arguments
参数【x】:Charcater向量。其他对象使用base::as.character()进行转换。文章来源:https://www.toymoban.com/news/detail-811507.html
参数【...】:传入base::nzchar()。文章来源地址https://www.toymoban.com/news/detail-811507.html
Examples
> ansi_nzchar(col_red("dd"))
[1] TRUE
> ansi_nzchar("")
[1] FALSE
> ansi_nzchar(col_red(""))
[1] FALSE
到了这里,关于R语言【cli】——ansi_nzchar():检查是否存在ANSI语句的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!