一、介绍

Turn unevaluated expressions into character strings.

将表达式转换为字符串

二、用法

deparse(expr, width.cutoff = 60L,
        backtick = mode(expr) %in%
            c("call", "expression", "(", "function"),
        control = c("keepInteger", "showAttributes", "keepNA"),
        nlines = -1L)

三、例子

R语言deparse函数



相关文章:

  • 2021-12-27
  • 2021-09-14
  • 2022-01-22
  • 2021-06-04
  • 2021-05-16
  • 2022-12-23
猜你喜欢
  • 2021-11-28
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2021-12-04
  • 2021-11-18
相关资源
相似解决方案