Skip to content

How can I manually alter notebook tables? #119

Discussion options

You must be logged in to vote

```{r}
#Identity matching
project_log <- list(project_git=project_git,project_mbox=project_mbox)
project_log <- identity_match(project_log,
name_column = c("author_name_email","reply_from"),
assign_exact_identity,
use_name_only=TRUE,
label = "raw_name")
project_git <- project_log[["project_git"]]
project_mbox <- project_log[["project_mbox"]]
```

After you run this code block, you should have in project_git and project_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…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@tuejari
Comment options

@carlosparadis
Comment options

@tuejari
Comment options

Answer selected by carlosparadis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants