Learn R Programming

easyScieloPack (version 0.1.1)

fetch_scielo_results: Fetch search results from SciELO

Description

This is the core function that performs the web scraping and data extraction. It handles pagination and combines results into a single data frame.

Usage

fetch_scielo_results(query_obj)

Value

A data.frame containing all fetched articles.

Arguments

query_obj

A scielo_query object.