Skip to contents

Add prompt to a data frame of preprints

Usage

add_prompt(preprints, ...)

Arguments

preprints

Result from get_preprints().

...

Additional arguments to build_prompt_preprint().

Value

A data frame of preprints with a prompt added.

Examples

preprints <- get_preprints(subject=c("bioinformatics", "genomics"))
preprints <- add_prompt(preprints)
preprints
#> # A tibble: 60 × 6
#>    source  subject        title                            url   abstract prompt
#>    <chr>   <chr>          <chr>                            <chr> <chr>    <chr> 
#>  1 bioRxiv bioinformatics Cell-type-specific mapping of e… http… "Mappin… "I am…
#>  2 bioRxiv bioinformatics Particular sequence characteris… http… "Transp… "I am…
#>  3 bioRxiv bioinformatics Machine Learning-Enhanced Drug … http… "Alzhei… "I am…
#>  4 bioRxiv bioinformatics Generalizable Morphological Pro… http… "The in… "I am…
#>  5 bioRxiv bioinformatics Local Mean Suppression Filter f… http… "We pre… "I am…
#>  6 bioRxiv bioinformatics FerroEnrich: An Interactive web… http… "Ferrop… "I am…
#>  7 bioRxiv bioinformatics LOCAS: Multi-label mRNA Localiz… http… "Tradit… "I am…
#>  8 bioRxiv bioinformatics RanBALL: An Ensemble Random Pro… http… "As the… "I am…
#>  9 bioRxiv bioinformatics Continual integration of single… http… "Single… "I am…
#> 10 bioRxiv bioinformatics Protein Sequence Modelling with… http… "Explor… "I am…
#> # ℹ 50 more rows