fetch_scielo_results {easyScieloPack} | R Documentation |
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)
Arguments
query_obj |
A |
Value
A data.frame
containing all fetched articles.
[Package easyScieloPack version 0.1.0 Index]