Skip to content
Discussion options

You must be logged in to vote

Have you tried the interactive tool to setup your query?

dat <- pxweb_interactive("statistik.konj.se")

I got this to work, but I don't know if that's the data you want. But it worked for me:

# PXWEB query 
pxweb_query_list <- 
  list("Region"=c("SE11","SE12"),
       "Fråga"=c("con","101"),
       "Serie"=c("O"),
       "Period"=c("2007Q1","2007Q2","2007Q3"))

# Download data 
px_data <- 
  pxweb_get(url = "http://statistik.konj.se/PXWeb/api/v1/sv/KonjBar/ftgregional/Barindreg.px",
            query = pxweb_query_list)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@MrNoClue
Comment options

@thelinkan
Comment options

@MrNoClue
Comment options

Answer selected by MansMeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants