Wraps a footnote reference in an object that can then be inserted
as a run/chunk with fpar() or within an R Markdown document.
Arguments
- prop
formatting text properties returned by
fp_text_lite()orfp_text(). It also can be NULL in which case, no formatting is defined (the default is applied).
See also
Other run functions for reporting:
external_img(),
ftext(),
hyperlink_ftext(),
run_autonum(),
run_bookmark(),
run_columnbreak(),
run_comment(),
run_footnote(),
run_linebreak(),
run_pagebreak(),
run_reference(),
run_tab(),
run_word_field(),
run_wordtext()
Examples
run_footnoteref()
#> $pr
#> NULL
#>
#> attr(,"class")
#> [1] "run_footnoteref" "run"
to_wml(run_footnoteref())
#> [1] "<w:r><w:footnoteRef/></w:r>"
