0

So I am creating a shiny app and imagine I have a chunk of text like this:

Download the tsv data set with specimen and COI-5P 
sequence data belonging to the taxonomic group 
chosen from the BOLD database. Filtered out the following 
from the dataset

I want it to be aligned and justified like you do on microsoft word How can I make it look something like this:

Download the tsv data set with specimen and COI-5P 
sequence data belonging to the taxonomic group ch-
sen from the BOLD database. Filtered out the foll-
owing from the dataset

Thanks for any responses in advance

tadeufontes
  • 443
  • 1
  • 3
  • 12
  • this might be helpful: https://stackoverflow.com/questions/34710597/justify-text-in-r – Ben Aug 11 '19 at 23:40
  • 2
    I think you have to use one of the html functions. Try put the text inside tags$div(style="text-align:justify", "your text") – Jorge Mendes Aug 12 '19 at 00:31

0 Answers0