Collect data from the personality-database API.
Arguments
- profiles
Name of the profile list, between
famous
,fictional
, anddiscovery
.- category
Name of the profile category, as listed under each list, or
all
(default).- outFile
Path to a .csv file to save results as.
- sort
How the profile list should be sorted, between
alphabet
(default),hot
,new
, ortop
.- start
Profile from the list to start on.
- limit
Maximum number of profiles to include.
- retry
Logical; if
TRUE
, will retry after a failed attempt.- sleep_time
Number of seconds to wait between retries.
- verbose
Logical; if
FALSE
, will not display status messages.- cache
Path to a directory in which to save raw responses.
- list_cache
A saved profile list, or path to such a file, to collect scores for. Providing this avoids collecting a list initially.
- cores
Number of CPU cores to split
names
across.