Package 'jpops'

Title: Provides a Data Set on the Population in Japan
Description: Information on the population and household registers, as published by the census and each local authority. The acquired data will be returned in a tidy format.
Authors: Shinya Uryu [aut, cre]
Maintainer: Shinya Uryu <[email protected]>
License: MIT + file LICENSE
Version: 0.0.0.9000
Built: 2024-09-05 05:54:11 UTC
Source: https://github.com/uribo/jpops

Help Index


Convert e-Stat's record value

Description

[Experimental]

Usage

conv_gender_vars(x, lang = "ja")

Arguments

x

variable

lang

Specify the language to convert


Obtain data for the Population Census

Description

[Experimental]

Usage

get_jinkou(year, appid = NULL, cache = TRUE, .area = "all")

get_jinkou_age(year, appid = NULL, cache = TRUE, .area = "all")

Arguments

year

year

appid

application id

cache

save to cache

.area

Limit the output area. The default is "all". You can select "prefecture" and "city" as options.


Remove cache files

Description

Remove all package cache files.

Usage

reset_cache()