drop_best_match | R Documentation |
Convenience function for dropping all columns created by runTomTom prefixed by "best_match_" and the "best_db_name" column. Keeps the "tomtom" data.frame column. Can be useful if you want to unnest the 'tomtom' data without propagating these columns.
drop_best_match(res)
res |
results of runTomTom |
'res' without the tomtom best_match_ columns
data("example_dreme_tomtom")
names(example_dreme_tomtom)
names(drop_best_match(example_dreme_tomtom))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.