View source: R/formatting_properties.R
| fp_tabs | R Documentation |
create a set of tabulation mark properties object for Word or RTF.
Results can be used as arguments tabs of fp_par() and will only have
effects in Word or RTF outputs.
Once a set of tabulation marks settings is defined, tabulation marks can
be added with run_tab() inside a call to fpar() or
with \t within 'flextable' content.
fp_tabs(...)
... |
fp_tab objects |
Other functions for defining formatting properties:
fp_border(),
fp_cell(),
fp_par(),
fp_tab(),
fp_text()
z <- fp_tabs(
fp_tab(pos = 0.4, style = "decimal"),
fp_tab(pos = 1, style = "decimal")
)
fpar(
run_tab(), ftext("88."),
run_tab(), ftext("987.45"),
fp_p = fp_par(
tabs = z
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.