Title: | R Wrapper for Bursa Municipality Open Data Portal |
---|---|
Description: | Call the data wrappers for Bursa Metropolitan Municipality's Open Data Portal <https://acikyesil.bursa.bel.tr/>. This will return all datasets stored in different formats. |
Authors: | Ozancan Ozdemir [aut, cre] |
Maintainer: | Ozancan Ozdemir <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.0 |
Built: | 2025-02-22 03:40:00 UTC |
Source: | https://github.com/ozancanozdemir/bursa |
this function returns a data frame where character columns are encoded as UTF-8. it is a helper function in get_data_from_bursa
encoding_data(data)
encoding_data(data)
data |
A data frame obtained from get_data_from_bursa |
No return value, used for encoding the data frame
Given a data name, this function returns the data frame
get_data_from_bursa(data_name)
get_data_from_bursa(data_name)
data_name |
A data set name obtained from list_data_names() |
A data frame that shows the observations for given data name
#NOT RUN # It is just an example. get_data_from_bursa("genclik-tesis")
#NOT RUN # It is just an example. get_data_from_bursa("genclik-tesis")
list the name of the data sets available in Bursa Open Data Portal
list_data_names()
list_data_names()
A character vector that shows the name of the data set
list_data_names()
list_data_names()
Given a key word, this function returns the dataset names including key word
search_data_by_keyword(key_word)
search_data_by_keyword(key_word)
key_word |
A data set name which is a character object |
A character vector object that shows the name of the datasets including key word
search_data_by_keyword("covid")
search_data_by_keyword("covid")