Description Usage Arguments Examples
A function to create distribution tables of victimisation counts.
1 2 | victim_table(x, data = NULL, print_option = c("none", "markdown", "pandoc",
"latex", "html"))
|
x |
A numeric or intenger vector of event counts. If
|
data |
A data frame. |
print_options |
Provides the option to print out results as
a table formatted by |
1 2 3 | victim_table(testdata$extortions)
victim_table("extortions", data = testdata, print_option = "pandoc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.