Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
R の正規表現で問題が発生しています。
次のパターンに一致するすべてのファイルを探しています。
ファイル名は「11」で始まり「.JPG」で終わる必要があります
どの正規表現を使用すればよいですか?
list.files(path='my_path', pattern=???)
ありがとうございました