2016-02-05 63 views
0

当我尝试访问我的Windows 10台式机上安装的R的bigquery时,出现以下错误通知。请有人帮忙。认证后的bigrquery错误

library(devtools) library(assertthat) library(bigrquery)

project <- "jellyfish-gap" # put your project ID here sql <- "SELECT year, month, day, weight_pounds FROM [publicdata:samples.natality] LIMIT 5" query_exec(sql, project = project) Use a local file to cache OAuth access credentials between R sessions? 1: Yes 2: No

Selection: 2 Waiting for authentication in browser... Press Esc/Ctrl + C to abort Authentication complete. Error: >

回答