Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent R warnings during patchstack-mail filtering
Due to using the wrong indexing operator for a data.frame column, the warning `In xtfrm.data.frame(x) : cannot xtfrm data frames` was printed during the filtering of patchstack mails. This is fixed by using the `[[` operator instead of the `[` operator to access the column. Signed-off-by: Thomas Bock <bockthom@cs.uni-saarland.de>
- Loading branch information