View source: R/cite_functions.R
cite_design | R Documentation |
Takes the output from generate()
or long_format()
, and generates a tibble that lists known references that should be cited.
cite_design(df, include = "design")
df |
Output from |
include |
A string indicating which variables to include in the citation. This can be those specified by |
A tibble that lists measures and sources of data that should be cited (if known).
stim <- lexops |>
dplyr::filter(PK.Brysbaert >= .75) |>
split_by(BG.SUBTLEX_UK, 0.001:0.003 ~ 0.009:0.011) |>
split_by(CNC.Brysbaert, 1:2 ~ 4:5) |>
control_for(Zipf.SUBTLEX_UK, -0.2:0.2) |>
control_for(Length) |>
generate(n = 50, match_null = "balanced")
cite_design(stim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.