You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to set page footer like below:
page_footer(left="this is a very long sentence whose length exceeds the limitation of the left part")), right="right part")
Since the length of left part was longer than the default width, some of the contents went to the next row. Is it possible to add several arguments to control the length of each part so that the footers can be in one single row?
The text was updated successfully, but these errors were encountered:
I can add this to the list. Might take a while though, as there are many things in the queue already. Note that you can also create page footers with footnotes. If you add the footnotes function to the report and set the properties: columns = 2 and footer = TRUE. This will create a two column page footer instead of a three column page footer, and will give you some more space on each side. The columns property is illustrated in this example: https://sassy.r-sassy.org/articles/sassy-shift.html
I want to set page footer like below:
page_footer(left="this is a very long sentence whose length exceeds the limitation of the left part")), right="right part")
Since the length of left part was longer than the default width, some of the contents went to the next row. Is it possible to add several arguments to control the length of each part so that the footers can be in one single row?
The text was updated successfully, but these errors were encountered: