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.
_ で始まるすべてを何も置き換えないでください。
これは単純なデータフレームです
d <- data.frame(a = c("A_foo1", "B_foo2", " _foo3"))
d を次のようにしたい:
a A B " "