reti_read_LO: Making Land only data from reti csvfile

Description Usage Arguments Value

View source: R/read_file.R

Description

This function Reads csvfiles for real estate transaction price data, which are provied by Ministry of Land, Infrastructure and Transport (MLIT), and makes land only data.

Usage

1
2
3
reti_read_LO(path, timecount = FALSE, kind = "RCFU")

get_LOdata(path, timecount = FALSE, kind = "RCFU")

Arguments

path

Vector of csvfile's path.

timecount

A logical scalar. you can see how much time did this function take to finish the work.

kind

String which contains Four character "R" or "C" or "F" or "U"; each character represents kind of land. There are four kind of land, residence, commrercial, factory and unresidence, which represent "R", "C", "F", "U", respectively.

Value

A tibble data.


rea-osaka/reti documentation built on Sept. 26, 2021, 6:21 p.m.