powered by
Filter data.frame by title using q param
filter_by_title(data, q, quiet = FALSE)
A data.frame that will be filtered
A string to match in data.frame data
Set if the function can print info messages or not
A data.frame with rows that matches the dataset title
# NOT RUN { library(dataesgobr) # } # NOT RUN { datasets <- search_by_title('salud') datasetsFiltered <- filter_by_title(datasets, 'encuesta') # }
Run the code above in your browser using DataLab