我最近googlesheets
通过 下载
devtools::install_github("jennybc/googlesheets")
并遇到一些困难。当运行https://github.com/jennybc/googlesheets中提到的脚本时, 我总是得到:
Error: could not find function "%>%"
我该如何解决这个问题?
可重现的例子:
下载:
devtools::install_github("jennybc/googlesheets")
require(googlesheets)
数据:
gap_key <- "1HT5B8SgkKqHdqHJmn5xiuaC04Ngb7dG9Tv94004vezA"
copy_ss(key = gap_key, to = "Gapminder")
gap <- register_ss("Gapminder")
发生错误:
oceania_csv <- gap %>% get_via_csv(ws = "Oceania")