Description Usage Arguments Value Examples
View source: R/newlines_to_definition.R View source: R/add_newlines_to_hpo_term_definition.R
Adds new lines to the description so that hover boxes dont get too wide.
Adds new lines to the description so that hover boxes dont get too wide.
1 2 3  | newlines_to_definition(definition, line_length = 10)
newlines_to_definition(definition, line_length = 10)
 | 
definition | 
 A disease description string  | 
line_length | 
 A integer representing the desired words per line.  | 
The disease description with newline symbols added every nth word.
The disease description with newline symbols added every nth word.
1 2  | ## Not run: newlines_to_definition(disease_description, 10)
## Not run: newlines_to_definition(disease_description, 10)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.