pacman::p_load(dplyr,ggplot2,tidyr,plotly,stringr)
load("RiTW/ritw01.rdata")
ls()
[1] "Age10"     "Age26"     "Age5"      "DemoQ"     "DemoY107"  "DemoY108" 
[7] "dicRitw01" "Income"   

DemoY108 - 村里季度資料


  97   98   99  100  101  102  103  104  105  106  107  108 
7822 7834 7835 7835 7835 7839 7851 7851 7851 7851 7760 7760 
    year      vid     city   county    vname    house      pop fm.ratio 
       0        0        0        0        0        0        0        0 
sp.ratio  elderly 
       0        0 

DemoQ - 村里季度資料


100Y1S 100Y2S 100Y3S 100Y4S 101Y1S 101Y2S 101Y3S 101Y4S 102Y1S 102Y2S 102Y3S 
  7581   7500   7443   7460   7534   7471   7464   7450   7534   7451   7482 
102Y4S 103Y1S 103Y2S 103Y3S 103Y4S 104Y1S 104Y2S 104Y3S 104Y4S 105Y1S 105Y2S 
  7519   7585   7535   7501   7500   7531   7531   7506   7535   7623   7542 
105Y3S 105Y4S 106Y1S 106Y2S 106Y3S 106Y4S 107Y1S 107Y2S 107Y3S 107Y4S 108Y1S 
  7530   7502   7610   7514   7544   7549   7600   7461   7461   7442   7514 
108Y2S 108Y3S 108Y4S  97Y1S  97Y2S  97Y3S  97Y4S  98Y1S  98Y2S  98Y3S  98Y4S 
  7464   7466   7502   7503   7411   7386   7435   7483   7406   7403   7441 
 99Y1S  99Y2S  99Y3S  99Y4S 
  7476   7436   7440   7458 

Warning: Using `as.character()` on a quosure is deprecated as of rlang 0.3.0.
Please use `as_label()` or `as_name()` instead.
This warning is displayed once per session.