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.
data.frameの単一のセルを別のものに変更する方法を誰かが説明できますか? 基本的に、それに一致するすべてのセルではなく、その1つのセルの名前を変更したいだけです。edit()何度か使用しているため、スクリプトが台無しになるため、コマンドを使用できませんdata.frame。
data.frame
edit()
前もって感謝します
data.frame[row_number, column_number] = new_value
たとえば、xdata.frame の場合:
x
x[1, 4] = 5