find_st_name | R Documentation |
Find the element containing state names
find_st_name(obj, df_nm = "<your_object>")
df |
A dataframe with one or more columns containing Indian state names |
The function first checks if "ST_NAME" or "STATE" are present preferring always one of those two, and always in that order. Otherwise, it will search in character columns for those containing the word "Pradesh" (Hindi for "state" or "province").
The name of the column as a string literal.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.