前提・実現したいこと
readpdfを読み込む際に
PDFのディレクトリを設定しようとすると、下記エラーメッセージが出てしまいます
発生している問題・エラーメッセージ
エラーメッセージ > setwd("C:/Users/pecom/Downloads/pdf") Error in setwd("C:/Users/pecom/Downloads/pdf") : cannot change working directory
該当のソースコード
ソースコード setwd("C:/Users/pecom/Downloads/pdf") nm <- list.files(path="C:/Users/pecom/Downloads/pdf") Rpdf <- readPDF(control = list(text = "-layout"))
試したこと
ディレクトリの変更(Session → Set Working Directoryから)
getwd()で確認すると
[1] "C:/Users/pecom/Downloads"
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。