get_avatars: Get avatars as a dataframe given a job id

View source: R/functions.R

get_avatarsR Documentation

Get avatars as a dataframe given a job id

Description

The order of the lines have been shuffled, which means that the link between original and avatar individuals cannot be made.

Usage

get_avatars(job_id, get_result_timeout = 10, download_timeout = 100)

Arguments

job_id

The job id for this avatarization

get_result_timeout

The time to wait for the job result in seconds

download_timeout

The time to wait for the download in seconds

Details

Any further processing on the server will however use the same avatar dataset as the one returned here.

Value

Avatars dataframe

Examples

## Not run: 
get_avatars(job_id)

## End(Not run)

octopize/avatar-r documentation built on March 23, 2024, 1:41 p.m.