-
oa_fetch()
- A composition function to perform query building, requesting,
and convert the result to a tibble/data frame.
-
oa_snowball()
- A function to perform a snowball search
and convert the result to a tibble/data frame.
-
oa_ngrams()
- Get N-grams of works
-
oa_random()
- oa_fetch but for a random query
-
oa_query()
- Generate an OpenAlex query from a set of parameters
-
oa_request()
- Get bibliographic records from OpenAlex database
To dataframe
convert the JSON object to tibble/dataframe
-
authors2df()
- Convert OpenAlex collection of authors' records from list format to data frame
-
concepts2df()
- Convert OpenAlex collection of concepts' records from list format to data frame
-
institutions2df()
- Convert OpenAlex collection of institutions' records from list format to data frame
-
oa2df()
- Convert OpenAlex collection from list to data frame
-
snowball2df()
- Flatten snowball result
-
venues2df()
- Convert OpenAlex collection of venues' records from list format to data frame
-
works2df()
- Convert OpenAlex collection of works from list format to data frame