standardize_cockburn | R Documentation |
Standardizes strings using exact procedures described in Cockburn, et al. (2009)
standardize_cockburn(
x,
cockburn_procedures = nstandr_cookburn_procedures_list,
detect_legal_form = FALSE,
return_x_before_common_words_removal = FALSE,
...
)
x |
table or vector |
cockburn_procedures |
list of procedures to pass to |
detect_legal_form |
Whether to detect legal forms. Default is FALSE |
return_x_before_common_words_removal |
Whether to save standardized column before |
... |
Arguments passed on to
|
standardized names table
Cockburn, et al. (2009)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.