How can I manually alter notebook tables? #119
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
kaiaulu/vignettes/social_smell_showcase.Rmd Lines 164 to 175 in 6e35597 After you run this code block, you should have in You can use R Studio to run up to and before this code block, then this code block, then run the remainder of the code blocks. There shouldn't be any need to export the table outside to other program: You can do it directly on the console. You can also open another blank notebook to paste and edit code if that is easier since the different tabs all share the same R session. This question is precisely why I chose the p.s.: The various heuristics Kaiaulu uses can be found here as unit tests: https://github.com/sailuh/kaiaulu/blob/master/tests/testthat/test-identity.R. All names and e-mails there have been edited from the original, just the pattern was kept. Let me know if I misunderstood the question! |
Beta Was this translation helpful? Give feedback.
kaiaulu/vignettes/social_smell_showcase.Rmd
Lines 164 to 175 in 6e35597
After you run this code block, you should have in
project_git
andproject_mbox
one data.table in each. Each column is just text, so you can manually select the rows you wish and edit the text directl…