Package 'izmir'

Title: R Wrapper for Izmir Municipality Open Data Portal
Description: Call the data wrappers for Izmir Metropolitan Municipality's Open Data Portal at <https://acikveri.bizizmir.com>. This will return all datasets formatted as Excel files (.csv or .xlsx), as well as datasets that require an API key.
Authors: Ozancan Ozdemir [aut, cre]
Maintainer: Ozancan Ozdemir <[email protected]>
License: MIT + file LICENSE
Version: 0.1.0
Built: 2024-08-30 03:37:05 UTC
Source: https://github.com/ozancanozdemir/izmir

Help Index


encoding_data

Description

this function returns a data frame where character columns are encoded as UTF-8. it is a helper function in get_data_from_izmir

Usage

encoding_data(data)

Arguments

data

A data frame obtained from get_data_from_izmir


get_data_from_izmir

Description

Given a data name, this function returns the data frame

Usage

get_data_from_izmir(data_name)

Arguments

data_name

A data set name obtained from list_data_names()

Value

A data frame that shows the observations for given data name

Examples

get_data_from_izmir("asik-veysel-rekreasyon-alani-buz-pisti-kullanici-verileri")

list_data_names

Description

list the name of the data sets available in Izmir Open Data Portal

Usage

list_data_names()

Value

A character vector that shows the name of the data set

Examples

list_data_names()

search_data_by_keyword

Description

Given a key word, this function returns the dataset names including key word

Usage

search_data_by_keyword(key_word)

Arguments

key_word

A data set name which is a character object

Value

A character vector object that shows the name of the datasets including key word

Examples

search_data_by_keyword("doktor")