| create_localId_name | R Documentation | 
Given the inputs, creates a localId. For internal use.
create_localId_name(
  source,
  target,
  year,
  year1 = year,
  year2 = year,
  date = "0101",
  date1 = date,
  date2 = date,
  nro1 = "_1_",
  nro2 = "_1_"
)
source | 
 character  | 
target | 
 character  | 
year | 
 integer  | 
year1 | 
 integer  | 
year2 | 
 integer  | 
date | 
 character defaults to "0101" which the most correspondence tables have.  | 
date1 | 
 character  | 
date2 | 
 character  | 
nro1 | 
 character, defaults to "1".  | 
nro2 | 
 character, defaults to "1".  | 
character
# Create a localId for the key that maps "kunta" to "maakunta" for year 2015
   create_localId_name("kunta", "maakunta", year = 2015)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.