Change solution for controlling tidymodels output width when fixed upstream #367
Labels
enhancement
New feature or request
low priority
nice but not important or mandatory
waiting for help
We currently use this function to control the tidymodels output width:
When we use it, we should set the code chunk options of the chunk where the object is being generated to
results = 'hide', echo = TRUE
and then the code chunk option of the chunk that calls that function toecho = FALSE
.For example:
Although this works, it's not ideal. A better, long-term solution is for this to be fixed in
tidymodels
... I will open an issue intidymodels
and update our code once they fix this.The text was updated successfully, but these errors were encountered: