BARIS_search: Searching for a data set

View source: R/BARIS_search.R

BARIS_searchR Documentation

Searching for a data set

Description

This function searches specific data sets through the data.gouv API according to the pattern provided into the query argument.

Usage

BARIS_search(query, page_number = 1, page_size = 20)

Arguments

query

a character string defining the research.

page_number

numeric value denoting which page to search for, defaults to 1

page_size

numeric value, for a specific page (see page_number), how many results do you want to query. Defaults to 20

Value

a character string

Examples



BARIS_search("Marseille")

BARIS documentation built on April 4, 2022, 1:07 a.m.