powered by
Filter data.frame by description using q param
filter_by_description(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 description
# NOT RUN { library(dataesgobr) # } # NOT RUN { datasets <- search_by_title('salud') datasetsFiltered <- filter_by_description(datasets, 'salud') # }
Run the code above in your browser using DataLab