We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great to replace the standard tibble output with a more informative hxl output. A bit like below:
# A HXL tibble: 4 × 20 id ident type name latitude_deg longitude_deg elevation_ft * <#meta +id> <#meta +code> <#loc +airport +type> <#loc +airport +name> <#geo +lat> <#geo +lon> <#geo +elevation +ft> * <int> <chr> <chr> <chr> <dbl> <dbl> <int> 1 4976 NSFA medium_airport Faleolo International Airport -13.83000 -172.0080 58 2 35173 NSMA small_airport Maota Airport -13.74230 -172.2580 NA 3 31127 NSFI small_airport Fagali'i Airport -13.84870 -171.7400 131 4 30608 NSAU small_airport Asau Airport -13.50513 -172.6279 NA # ... with 13 more variables: continent <chr>, iso_country <chr>, iso_region <chr>, # municipality <chr>, scheduled_service <int>, gps_code <chr>, iata_code <chr>, local_code <chr>, # home_link <chr>, wikipedia_link <chr>, keywords <chr>, score <int>, last_updated <dttm> # Schema: #meta +id, #meta +code, #loc +airport +type, #loc +airport +name, #geo +lat, #geo +lon, #geo +elevation +ft, # ... with 13 more tags: #region +continent +code, #country +code +iso2, #adm1 +code +iso, #loc +municipality +name, #status +scheduled, # #loc +airport +code +gps, #loc +airport +code +iata, #loc +airport +code +local, #meta +url +airport, #meta +url +wikipedia, #meta +keywords, #meta +score, #date +updated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be great to replace the standard tibble output with a more informative hxl output.
A bit like below:
The text was updated successfully, but these errors were encountered: