私は小さな変化でhereからGoogle Analyticsの認証のためのスクリプトを使用します。R:ファイル名、ディレクトリ名、またはボリュームラベルの構文が正しくありません
library(googleAuthR)
library(googleAnalyticsR)
setwd("C:/seo_bi")
file.exists('humbertoharbert.json')
gar_auth_service(
json_file = 'humbertoharbert.json',
scope = "https://www.googleapis.com/auth/analytics"
)
そしてexeption取得:
> file.exists('humbertoharbert.json')
[1] TRUE
> gar_auth_service(
+ json_file = 'humbertoharbert.json',
+ scope = "https://www.googleapis.com/auth/analytics"
+)
Error in normalizePath(path.expand(path), winslash, mustWork) :
path[1]="": The filename, directory name, or volume label syntax is incorrect
ファイルを作業ディレクトリにあります。ファイル名が正しい。 OSはWindows 10です。 解決策が見つかりません。助けてください。
UPD。 機能からの除外結果:
>normalizePath(path.expand('humbertoharbert.json'))
[1] "C:\\seo_bi\\humbertoharbert.json"
'path'は何を返しますか? – dreamer
スラッシュをバックスラッシュ(C:\ seo_bi)にする必要はありませんか? – mpjdem
私は、例外から機能付き投稿を更新します。 –