リビジョン | 8015134378f39ed7e2d7619361888bb5e4b5b637 (tree) |
---|---|
日時 | 2024-06-12 05:25:42 |
作者 | Lorenzo Isella <lorenzo.isella@gmai...> |
コミッター | Lorenzo Isella |
I now use a single long pipe for each flextable object.
@@ -787,11 +787,11 @@ | ||
787 | 787 | font(part="all", fontname = "Verdana") |> |
788 | 788 | colformat_double(big.mark = " ") |> |
789 | 789 | ## autofit() ## %>% |
790 | - width(width = c(2,2,2)) | |
791 | -ft <- add_header_row( | |
792 | - x = ft, values = paste("State Aid Measures in ",year_focus, sep=""), | |
793 | - colwidths = c(3)) | |
794 | -ft <- theme_box(ft) |> | |
790 | + width(width = c(2,2,2)) |> | |
791 | + add_header_row( | |
792 | + values = paste("State Aid Measures in ",year_focus, sep=""), | |
793 | + colwidths = c(3)) |> | |
794 | + theme_box() |> | |
795 | 795 | align(align="center", part="header") |> |
796 | 796 | align(align = "right",j=c(2,3), part="body") ## |> |
797 | 797 | ## set_caption("htftyhfghyfgh") |
@@ -957,11 +957,11 @@ | ||
957 | 957 | font(part="all", fontname = "Verdana") |> |
958 | 958 | colformat_double(big.mark = " ") |> |
959 | 959 | ## autofit() ## %>% |
960 | - width(width = c(3,3)) | |
961 | -ft <- add_header_row( | |
962 | - x = ft, values = paste("Top GBER Articles in ",year_focus, sep=""), | |
963 | - colwidths = c(2)) | |
964 | -ft <- theme_box(ft) |> | |
960 | + width(width = c(3,3)) |> | |
961 | + add_header_row( | |
962 | + values = paste("Top GBER Articles in ",year_focus, sep=""), | |
963 | + colwidths = c(2)) |> | |
964 | + theme_box() |> | |
965 | 965 | align(align="center", part="header") |> |
966 | 966 | align(align = "right",j=c(2), part="body") ## |> |
967 | 967 | ## ## set_caption("htftyhfghyfgh") |