FLoRA database containing DOIs of original studies and replications. Use FLoRA_date() to find the date it was downloaded, and FLoRA_update() to update it.
Format
A data frame with 8 columns:
- doi_o
DOI of original study
- apa_ref_o
APA reference of original study
- doi_r
DOI of replication study (may be NA if url_r is provided)
- apa_ref_r
APA reference of replication study
- url_r
URL of replication study (used when DOI is not available)
- outcome
replication outcome
- outcome_quote
quote describing replication outcome
- type
replication or reproduction
Examples
FLoRA()
#> # A tibble: 920 × 8
#> doi_o apa_ref_o doi_r apa_ref_r url_r outcome outcome_quote type
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 10.1371/journal.… Bickel, … 10.1… O’Donnel… http… failed Eta-square i… repl…
#> 2 10.1073/pnas.202… Oeberst,… 10.1… Wachendö… http… succes… both reversa… repl…
#> 3 10.1007/s10803-0… Hus, V.,… 10.1… Bal, V. … http… succes… Consistent w… repl…
#> 4 10.1093/schbul/s… Ayesa-Ar… 10.1… Wolfers,… http… succes… These direct… repl…
#> 5 10.15763/issn.19… Bulla, A… 10.1… Bulla, A… http… succes… Results sugg… repl…
#> 6 10.1037/0003-066… Seligman… 10.1… Mongrain… http… mixed The PPEs did… repl…
#> 7 10.1002/jcop.215… Strait, … 10.1… Terry, J… http… succes… As with the … repl…
#> 8 10.1002/npr2.700… Correcti… 10.1… Onitsuka… http… succes… This study v… repl…
#> 9 10.2307/20159604 Lu, J. W… 10.1… Berry, H… http… failed we find no e… repl…
#> 10 10.1002/(sici)10… WADDOCK,… 10.1… Zhao, X.… http… failed our replicat… repl…
#> # ℹ 910 more rows
