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.
このような文字列のベクトルがあります
x <- c("WDNTO","WDRN","WDSAX","WECAX","WEN","WEDTO")
私がしたいのは、4文字以内の文字列のみを抽出することです。
WDNT,WDRN,WDSA,WECA,WEN,WEDT
それを行う方法は何ですか?