How can this Hide button (top-right corner) be removed from the R Notebook code blocks?

How can this Hide button (top-right corner) be removed from the R Notebook code blocks?

I think you can do this by setting code_folding = "none"
see
and
You can set it in the yaml header as an option for html_notebook