r Zmień pojedynczą wartość w ramce danych

# Basic syntax:
your_dataframe[row_number, column_number] = new_value
Charles-Alexandre Roy