Extracting and importing untidy Excel tables into R to wrangle for Tableau export -


i want read in r excel tab has following content configuration more tidy data format. next picture shows how want content once of code has run. table below represents file come in daily. each day, numbers , date change, format same. need learn how automate extraction of pieces of format r excel. end goal stack daily data format can exported tableau.

current excel tab content

final tidy format

the image above (figure 2) represents final format want arrive at. know there several packages read in excel data r, cannot figure out how can possibly automate tasks readr or readxl etc... @ least hoping 1 has faced type of problem before , can give me general directions.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -