CorrelAid / datenguideR

R wrapper for the datengui.de GraphQL API to easily access German regional statistics
GNU General Public License v3.0
26 stars 3 forks source link

Unknown or uninitialised column: `source`. #31

Open eyayaw opened 4 years ago

eyayaw commented 4 years ago
library(datenguideR)
dg_call(region_id = "11",
         year = 2017,
         stat_name = "AI0506")

# New names:
#   * message -> message...1
# * `` -> ...4
# * `` -> ...5
# * code -> code...6
# * name -> name...8
# * ...
# New names:
#   * name...16 -> name...13
# # A tibble: 1 x 16
# message...1  line column ...4  ...5  code...6 type  name...8
# <chr>       <int>  <int> <chr> <chr> <chr>    <chr> <chr>   
#   1 Bad Gateway     3      1 regi~ AI05~ INTERNA~ Feat~ BadGate~
#   # ... with 8 more variables: message...9 <chr>, code...10 <int>,
#   #   className <chr>, id <chr>, name...13 <chr>, stat_name <chr>,
#   #   stat_description <chr>, stat_description_en <chr>
#   Warning message:
#   Unknown or uninitialised column: `source`. 
sessionInfo()
R version 4.0.2 (2020-06-22)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252 
[2] LC_CTYPE=English_United States.1252   
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods  
[7] base     

other attached packages:
[1] datenguideR_0.0.0.9000

loaded via a namespace (and not attached):
 [1] rstudioapi_0.13   magrittr_1.5      tidyselect_1.1.0 
 [4] R6_2.5.0          rlang_0.4.8       fansi_0.4.1      
 [7] stringr_1.4.0     httr_1.4.2        dplyr_1.0.2      
[10] tools_4.0.2       pkgbuild_1.1.0    utf8_1.1.4       
[13] cli_2.1.0         withr_2.3.0       ellipsis_0.3.1   
[16] remotes_2.2.0     assertthat_0.2.1  rprojroot_1.3-2  
[19] tibble_3.0.4      lifecycle_0.2.0   crayon_1.3.4     
[22] processx_3.4.4    tidyr_1.1.2       purrr_0.3.4      
[25] callr_3.5.1       vctrs_0.3.4       ps_1.4.0         
[28] curl_4.3          glue_1.4.2        stringi_1.5.3    
[31] pillar_1.4.6      compiler_4.0.2    generics_0.1.0   
[34] backports_1.2.0   prettyunits_1.1.1 jsonlite_1.7.1   
[37] pkgconfig_2.0.3