filter_by_description: Filter data.frame by description using q param

Description Usage Arguments Value Examples

Description

Filter data.frame by description using q param

Usage

1

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 description

Examples

1
2
3
4
library(dataesgobr)

datasets <- search_by_title('salud')
datasetsFiltered <- filter_by_description(datasets, 'salud')

dataesgobr documentation built on June 18, 2019, 5:04 p.m.