Skip to contents

Summary of tourism in Turkey.

Usage

tourism

Format

A data frame with 47 observations on the following 3 variables.

year

a numeric vector

visitor_count_tho

a numeric vector

tourist_spending

a numeric vector

Source

Association of Turkish Travel Agencies, Foreign Visitors Figure & Tourist Spendings By Years. http://www.tursab.org.tr/en/statistics/foreign-visitors-figure-tourist-spendings-by-years_1083.html

Examples


tourism
#> # A tibble: 47 × 3
#>     year visitor_count_tho tourist_spending
#>    <int>             <int>            <int>
#>  1  1963               198                7
#>  2  1964               229                8
#>  3  1965               361               13
#>  4  1966               449               12
#>  5  1967               574               13
#>  6  1968               602               24
#>  7  1969               694               36
#>  8  1970               724               51
#>  9  1971               926               62
#> 10  1972              1034              103
#> # ℹ 37 more rows