【问题标题】:R / officer package / docx_summary function doesn't existR / 官员包 / docx_summary 函数不存在
【发布时间】:2018-03-19 02:51:12
【问题描述】:

我在使用包officer 0.1.1 的 R 版本 3.3.3

library(officer)

docx_summary("doc.docx")

给出这个错误:

错误:找不到函数“docx_summary”

我试过了:officer::officer::: 但似乎它是唯一缺少的函数。

我尝试重新安装officer,但功能总是丢失。

【问题讨论】:

  • docx_summary() 在该版本的officer 包中不存在。

标签: r docx officer


【解决方案1】:

docx_summary函数出现在officer 0.1.2 see news file

如果您从 cran install.packages("officer") 安装,您将获得版本 0.1.8docx_summary 在这个版本中。

【讨论】:

    猜你喜欢
    • 2020-10-24
    • 2020-12-01
    • 1970-01-01
    • 2019-06-25
    • 2021-05-18
    • 2018-08-12
    • 1970-01-01
    • 2021-04-28
    • 1970-01-01
    相关资源
    最近更新 更多