sample_text <- tibble(line=c(1,2), text=c("The quick brown fox jumps over", "the lazy dog."))
sample_text
# A tibble: 2 × 2
line text
<dbl> <chr>
1 1 The quick brown fox jumps over
2 2 the lazy dog.