cockburn_detect_inst_conds_2 | R Documentation |
STATA equivalent replace asstype = "inst" if strpos(standard_name," FOUND ")~=0 & asstype~="univ" assume a bug: " FOUND ")~=0 -> " FOUND ")>0 replace asstype = "inst" if strpos(standard_name," INST ")>0 & asstype~="univ"
cockburn_detect_inst_conds_2(
x,
output_codes_col_name = "{col_name_}entity_type",
merge_existing_codes = "append_to_existing",
...
)
x |
table. Expected that x has a column with codes for universities |
output_codes_col_name |
column with codes for universities ("univ"). Default is last column of x |
merge_existing_codes |
same as in |
... |
Arguments passed on to
|
standardized names table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.