Learn R Programming

dataesgobr (version 1.0.0)

filter_by_title: Filter data.frame by title using q param

Description

Filter data.frame by title using q param

Usage

filter_by_title(data, q, quiet = FALSE)

Arguments

data

A data.frame that will be filtered

q

A string to match in data.frame data

quiet

Set if the function can print info messages or not

Value

A data.frame with rows that matches the dataset title

Examples

Run this code
# 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