# NOT RUN {
## Since all functions download data through API, these are wrapped with
## the "donttest" function as advised by CRAN
#search a country's code in TCdata360
# }
# NOT RUN {
search_360('Philippines', search_type = 'country')
# }
# NOT RUN {
#search for top 10 relevant indicator codes in TCdata360
# }
# NOT RUN {
search_360('GDP', search_type = 'indicator', limit_results = 10)
# }
# NOT RUN {
#search for top 10 indicators of a database in TCdata360
# }
# NOT RUN {
search_360('World Development Indicators', search_type = 'indicator',
limit_results = 10)
# }
# NOT RUN {
#search for top 10 indicators of a data provider in TCdata360
# }
# NOT RUN {
search_360('WEF', search_type = 'indicator', limit_results = 10)
# }
# NOT RUN {
#search for top 10 relevant categories in Govdata360
# }
# NOT RUN {
search_360('Governance', site='gov', search_type = 'category', limit_results = 10)
# }
Run the code above in your browser using DataLab