insightsengineering / rtables

Reporting tables with R
https://insightsengineering.github.io/rtables/
Other
224 stars 48 forks source link

Question: how to replace cell values in TableTree? #927

Closed blue-ht closed 1 month ago

blue-ht commented 1 month ago

how to replace cell values in TableTree?

Melkiades commented 1 month ago

Access and Modify cell_values() value_at()

With these, you can retrieve cell values by row and column path, but these tables are not meant to be manually modified (you can do this when you load it if you really desire). So, there's no direct modification possible. I invite you to try to use analysis functions to get your desired output. Also, these questions should be asked on stack overflow with nest-rtables tag

blue-ht commented 1 month ago

Ok, thanks a lot. will do.