Description Usage Arguments Value Examples
Rewrite oktmo value in dataframe if it is less than 8 character. It often whenotmo value recognizes as numeric, not as character
1 | oktmo_restore(df, name_col = 'oktmo')
|
df |
dataframe |
name_col |
character string like 'location', 'oktmo' - name of column in dataframe with oktmo records |
dataframes where oktmo is character vector and consist with 8 digits
1 2 | df <- tibble (location = c('56789', '1076600'))
oktmo_restore(df,name_col = 'location')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.