print_kwic | R Documentation |
This function prints a concordance in KWIC format.
print_kwic( x, min_c_left = NA, max_c_left = NA, min_c_match = NA, max_c_match = NA, min_c_right = NA, max_c_right = NA, from = 1, n = 30, drop_tags = TRUE )
x |
An object of class |
min_c_left, max_c_left |
Minimum and maximum size, expressed in number of characters, of the left co-text in the KWIC display. |
min_c_match, max_c_match |
Minimum and maximum size, expressed in number of characters, of the match in the KWIC display. |
min_c_right, max_c_right |
Minimum and maximum size, expressed in number of characters, of the right co-text in the KWIC display. |
from |
Index of the first item of |
n |
Number of consecutive items in |
drop_tags |
Logical. Should tags be hidden? |
Invisibly, x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.