skip to Main Content

Json – Extract data.frame nested inside list

it is a basic command, but i cannot get around it. how can one extract/filter a data.frame inside a list which is inside a data.frame...? library(jsonlite) url <- "https://www.ine.pt/ine/json_indicador/pindica.jsp?op=2&varcd=0000611&lang=PT" data <- fromJSON(url) data results in 1 observation with 8 variables.…

VIEW QUESTION
Back To Top
Search