sammo3182 / regioncode

Software for converting regional administrative codes (China) over years

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package example codes didn't work

GohUnTsuan opened this issue · comments

if I run the example

library(regioncode)

regioncode::regioncode(data_input = corruption$prefecture_id,
                       year_from = 2019,
                       year_to = 1999)

them R told me

Error in regioncode::regioncode(data_input = corruption$prefecture_id, :
object 'corruption' not found