├── .DS_Store ├── .RData ├── .Rbuildignore ├── .Rhistory ├── .Rproj.user ├── 6400D2F9 │ ├── cpp-definition-cache │ ├── pcs │ │ ├── debug-breakpoints.pper │ │ ├── files-pane.pper │ │ ├── source-pane.pper │ │ ├── windowlayoutstate.pper │ │ └── workbench-pane.pper │ ├── persistent-state │ ├── rmd-outputs │ ├── saved_source_markers │ ├── sdb │ │ └── prop │ │ │ ├── 1B3FF799 │ │ │ ├── 1EBC0BC2 │ │ │ ├── 3881D3BE │ │ │ ├── 5BEA6FD4 │ │ │ ├── 60D253CC │ │ │ ├── 67865F02 │ │ │ ├── 741CD66D │ │ │ ├── 7D846616 │ │ │ ├── 8DEFE4DD │ │ │ ├── AB15AAE │ │ │ ├── AEC4A068 │ │ │ ├── B821A3B8 │ │ │ ├── DB4BBF72 │ │ │ ├── FA247785 │ │ │ └── INDEX │ └── session-persistent-state └── shared │ └── notebooks │ └── paths ├── .gitignore ├── DESCRIPTION ├── NAMESPACE ├── R ├── bulk_csv.R ├── bulk_excel.R ├── dl_file.R ├── packagr.R ├── setup_folders.R ├── tweet_cap.R └── untangle.R ├── docs ├── bulk_csv.Rmd ├── bulk_csv.html ├── bulk_excel.Rmd ├── bulk_excel.html ├── images │ ├── csvlist.png │ ├── excellist.png │ ├── memeprovider833888807959289856.png │ └── tweet_images.png ├── index.Rmd ├── index.html ├── tweet_cap.Rmd ├── tweet_cap.html ├── untangle.Rmd ├── untangle.html └── untangle.pdf ├── man ├── bulk_csv.Rd ├── bulk_excel.Rd ├── dl_file.Rd ├── packagr.Rd ├── setup_folders.Rd ├── tweet_cap.Rd └── untangle.Rd ├── muckrakr.Rproj └── readme.MD /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/.DS_Store -------------------------------------------------------------------------------- /.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/.RData -------------------------------------------------------------------------------- /.Rbuildignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/.Rbuildignore -------------------------------------------------------------------------------- /.Rhistory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/.Rhistory -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/cpp-definition-cache: -------------------------------------------------------------------------------- 1 | [ 2 | ] -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/pcs/debug-breakpoints.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/.Rproj.user/6400D2F9/pcs/debug-breakpoints.pper -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/pcs/files-pane.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/.Rproj.user/6400D2F9/pcs/files-pane.pper -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/pcs/source-pane.pper: -------------------------------------------------------------------------------- 1 | { 2 | "activeTab" : 2 3 | } -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/pcs/windowlayoutstate.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/.Rproj.user/6400D2F9/pcs/windowlayoutstate.pper -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/pcs/workbench-pane.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/.Rproj.user/6400D2F9/pcs/workbench-pane.pper -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/persistent-state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/.Rproj.user/6400D2F9/persistent-state -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/rmd-outputs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/.Rproj.user/6400D2F9/rmd-outputs -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/saved_source_markers: -------------------------------------------------------------------------------- 1 | {"active_set":"","sets":[]} -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/sdb/prop/1B3FF799: -------------------------------------------------------------------------------- 1 | { 2 | "tempName" : "Untitled2" 3 | } -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/sdb/prop/1EBC0BC2: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/sdb/prop/3881D3BE: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/sdb/prop/5BEA6FD4: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/sdb/prop/60D253CC: -------------------------------------------------------------------------------- 1 | { 2 | "tempName" : "Untitled1" 3 | } -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/sdb/prop/67865F02: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/sdb/prop/741CD66D: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/sdb/prop/7D846616: -------------------------------------------------------------------------------- 1 | { 2 | "tempName" : "Untitled1" 3 | } -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/sdb/prop/8DEFE4DD: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/sdb/prop/AB15AAE: -------------------------------------------------------------------------------- 1 | { 2 | "tempName" : "Untitled1" 3 | } -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/sdb/prop/AEC4A068: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/sdb/prop/B821A3B8: -------------------------------------------------------------------------------- 1 | { 2 | "tempName" : "Untitled1" 3 | } -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/sdb/prop/DB4BBF72: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/sdb/prop/FA247785: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/.Rproj.user/6400D2F9/sdb/prop/FA247785 -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/sdb/prop/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/.Rproj.user/6400D2F9/sdb/prop/INDEX -------------------------------------------------------------------------------- /.Rproj.user/6400D2F9/session-persistent-state: -------------------------------------------------------------------------------- 1 | virtual-session-id="5DBF5373" 2 | -------------------------------------------------------------------------------- /.Rproj.user/shared/notebooks/paths: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/.Rproj.user/shared/notebooks/paths -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/.gitignore -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/NAMESPACE -------------------------------------------------------------------------------- /R/bulk_csv.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/R/bulk_csv.R -------------------------------------------------------------------------------- /R/bulk_excel.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/R/bulk_excel.R -------------------------------------------------------------------------------- /R/dl_file.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/R/dl_file.R -------------------------------------------------------------------------------- /R/packagr.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/R/packagr.R -------------------------------------------------------------------------------- /R/setup_folders.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/R/setup_folders.R -------------------------------------------------------------------------------- /R/tweet_cap.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/R/tweet_cap.R -------------------------------------------------------------------------------- /R/untangle.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/R/untangle.R -------------------------------------------------------------------------------- /docs/bulk_csv.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/docs/bulk_csv.Rmd -------------------------------------------------------------------------------- /docs/bulk_csv.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/docs/bulk_csv.html -------------------------------------------------------------------------------- /docs/bulk_excel.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/docs/bulk_excel.Rmd -------------------------------------------------------------------------------- /docs/bulk_excel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/docs/bulk_excel.html -------------------------------------------------------------------------------- /docs/images/csvlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/docs/images/csvlist.png -------------------------------------------------------------------------------- /docs/images/excellist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/docs/images/excellist.png -------------------------------------------------------------------------------- /docs/images/memeprovider833888807959289856.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/docs/images/memeprovider833888807959289856.png -------------------------------------------------------------------------------- /docs/images/tweet_images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/docs/images/tweet_images.png -------------------------------------------------------------------------------- /docs/index.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/docs/index.Rmd -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/tweet_cap.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/docs/tweet_cap.Rmd -------------------------------------------------------------------------------- /docs/tweet_cap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/docs/tweet_cap.html -------------------------------------------------------------------------------- /docs/untangle.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/docs/untangle.Rmd -------------------------------------------------------------------------------- /docs/untangle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/docs/untangle.html -------------------------------------------------------------------------------- /docs/untangle.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/docs/untangle.pdf -------------------------------------------------------------------------------- /man/bulk_csv.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/man/bulk_csv.Rd -------------------------------------------------------------------------------- /man/bulk_excel.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/man/bulk_excel.Rd -------------------------------------------------------------------------------- /man/dl_file.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/man/dl_file.Rd -------------------------------------------------------------------------------- /man/packagr.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/man/packagr.Rd -------------------------------------------------------------------------------- /man/setup_folders.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/man/setup_folders.Rd -------------------------------------------------------------------------------- /man/tweet_cap.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/man/tweet_cap.Rd -------------------------------------------------------------------------------- /man/untangle.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/man/untangle.Rd -------------------------------------------------------------------------------- /muckrakr.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/muckrakr.Rproj -------------------------------------------------------------------------------- /readme.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewbtran/muckrakr/HEAD/readme.MD --------------------------------------------------------------------------------