How to split Forest plot data into multiple paged graph.

I have 3 diff list each for categories, numeric data for plotting and result. This 3 list im combing using
final <- pr+a+N +
plot_layout(ncol=3, widths = c(2.8,2.0,1.7)).
Followed by creating PNG and passing into GENTLG.
Due to space constraint and to increase readability i need to split this into 2 pages.

Could you supply us with some sample data and working code?

Copy the code and paste it here between

```

```

This gives us formatted code that we can copy, paste and run . Often a person here does not have the time to type out code to test it and find a problem.

A handy way to supply data is to use the dput() function. Do dput(mydata) where "mydata" is the name of your dataset. For really large datasets probably dput(head(mydata, 100). Paste it here between

```

```

Thanks