├── .github └── FUNDING.yml ├── .gitignore ├── 01_148_matrixMathQRef.html ├── 01_260 dplyr-select.R ├── 01_261 dplyr-filter.R ├── 01_262 slice and friends.r ├── 01_263 dplyr-summarise.R ├── 01_264 dplyr-arrange.R ├── 01_265 dplyr-groupby.R ├── 01_266 dbplyr R to SQL.r ├── 01_267 dplyr pull.r ├── 01_268 dplyr joins.r ├── 01_269 R7 OOP introduction.r ├── 01_269 class planet.R ├── 01_270 R7 OOP property class.r ├── 01_271 R7 OOP property get set.r ├── 01_272 R7 OOP validators.r ├── 01_273 R7 OOP inheritance.r ├── 01_274 R7 OOP generic method.R ├── 01_275 Python w Rstudio.R ├── 01_275 Python w Rstudio.py ├── 01_276 anim_plot.R ├── 01_277 gganimate.R ├── 01_278 quarto.qmd ├── 0x_279 sentiment analysis.R ├── 0x_283 rtoot.R ├── 0x_284 gistr.R ├── 0x_285 new cran.R ├── 2018 01 ├── 01_01_builtin_datasets.R ├── 01_02_vector_math.R ├── 01_03_subsetting.R ├── 01_04_BasicDataTypes.R ├── 01_05_vectors.R ├── 01_06_lists.R ├── 01_07_factors.R ├── 01_08_matrix.R ├── 01_09_array.R ├── 01_10_data.frame.R ├── 01_11_data.frame_order_and_merge.R └── 01_12_data.frame_readUpdate.R ├── 2018 04 ├── 01_13_data.frame_rbind.R ├── 01_14_data.frame_cbind.R ├── 01_15_apply.R ├── 01_16_mapply.R ├── 01_17_plot.R ├── 01_18_bracket_vs_doublebracket.R ├── 01_19_mean_colMean_rowMean.R ├── 01_20_RSQLite.R ├── 01_21_SQLdf.R ├── 01_22_aggregate.R ├── 01_23_rnorm.R ├── 01_24_pipelines.R └── 01_25_IO_with_clipboard.R ├── 2018 07 ├── 01_26_style_guides.R ├── 01_27_cut.R ├── 01_28_split.R ├── 01_29_askYesNo.R ├── 01_30_conditionalDensityPlot.R ├── 01_31_fun.R ├── 01_32_boxplot.R ├── 01_33_histogram.R ├── 01_34_capturePlotToGraphic.R ├── 01_35_coplot.R ├── 01_36_cowsay.R ├── 01_37_table.R └── 01_38_look_inside.R ├── 2018 10 ├── 01_39_barplot.R ├── 01_40_pieChart.R ├── 01_41_unlist.R ├── 01_42_joins_inner_fulll.R ├── 01_43_joins_left_rightl.R ├── 01_44_sets_union_intersect_diff.R ├── 01_45_sets_equal_in.R ├── 01_46_colors.R ├── 01_47_ifelse.R ├── 01_48_spineplot.R ├── 01_49_browser.R ├── 01_50_debugonce.R └── 01_51_defaultMirror.R ├── 2019 01 ├── 01_52_NA.R ├── 01_53_with.R ├── 01_54_stringMatching.R ├── 01_55_grep.R ├── 01_56_dotchart.R ├── 01_57_fourfoldplot.R ├── 01_58_matplot.R ├── 01_59_dimnames.R ├── 01_60_mosaicplot.R ├── 01_61_stemplot.R ├── 01_62_stripchart.R ├── 01_63_sunflower.R └── 01_64_switch.R ├── 2019 04 ├── 01_65_switchOnFactor.R ├── 01_66_any_all.R ├── 01_67_sub_gsub.R ├── 01_68_agrep_fuzzyMatch.R ├── 01_69_combn.R ├── 01_70_dataentry.R ├── 01_71_zeallot.R ├── 01_72_menu_selectlist.R ├── 01_73_person.R ├── 01_74_progressbar.R ├── 01_75_zip_tar.R ├── 01_76_bitwise.R ├── 01_77_by.R └── 01_78_update.R ├── 2019 07 ├── 01_79_transpose a data.frame with t.R ├── 01_80_protectYourPasswords.R ├── 01_81_heatmap.R ├── 01_82_just_c.R ├── 01_83_stopifnot.R ├── 01_84_weightedmean.R ├── 01_85_chartr.R ├── 01_86_file_choose.R ├── 01_87_duplicated_unique.R ├── 01_88_load_save.R ├── 01_89 trunc round ceiling.R ├── 01_90_expand_grid.R └── 01_91 professional groups.R ├── 2019 10 ├── 01_101_whileloop.R ├── 01_102_repeatloop.R ├── 01_103_create_your_own_swirl.R ├── 01_104_logic_and_flow_control.R ├── 01_92_c_attributesRecursion.R ├── 01_93_logical_operators.R ├── 01_94_char_expand.R ├── 01_95_complete_cases.R ├── 01_96_swirl.R ├── 01_97_trycatch.R ├── 01_98_double_colons.R └── 01_99_forloop.R ├── 2020 01 ├── 01_105_matrix_row_col.R ├── 01_106_cumsum_cumprod_cummax_cummin.R ├── 01_107_issymetric.R ├── 01_108_fileAccess.R ├── 01_109_fileinfo.R ├── 01_110_dput_dget.R ├── 01_111_sort_dataframe_two_columns.R ├── 01_112_diag.R ├── 01_113_crossprod.R ├── 01_114_upper_tri_lower_tri.R ├── 01_115_strsplit.R ├── 01_116_setnames.R └── 01_117_stack.R ├── 2020 04 ├── 01_118_droplevels.R ├── 01_119_rmd.R ├── 01_120_rep.R ├── 01_121_format.R ├── 01_122_pmax_pmin.R ├── 01_123_printBetter.R ├── 01_124_range_extendrange.R ├── 01_125_rank.R ├── 01_126_saveRDS.R ├── 01_127_regexpr_regexec.R ├── 01_128_message.R ├── 01_129_regmatches.R └── 01_130_diff.R ├── 2020 07 ├── 01_131_exists.R ├── 01_132_formulas.R ├── 01_133_rpres.Rpres ├── 01_134_latticeintro.Rpres ├── 01_135_latticexyplot.R ├── 01_136_cloudandWireframe.R ├── 01_137_latticeLevelContour.R ├── 01_138_lattice_barchart.R ├── 01_139_splomCharts.R ├── 01_140_lattice_panels.R ├── 01_141_stripplot.R ├── 01_142_whichminmax.R └── 01_143_par_fontColorSize.R ├── 2020 10 ├── 01_143_par.Rmd ├── 01_143_par_handout.docx ├── 01_144_par_margins.R ├── 01_145_par_pch_points.R ├── 01_146_legend.R ├── 01_147_identical.R ├── 01_148_matrixMathQRef.Rmd ├── 01_149_matrixMathReview.R ├── 01_150_matrix_solveSystems.Rpres ├── 01_150_matrix_solveSystems.md ├── 01_151_matrix_solveInverse.R ├── 01_152_backsolve_forwardsolve.Rpres ├── 01_153_matrix_determinant.R ├── 01_154_outer.R ├── 01_155_crossproduct.R └── 01_156_svd_qr_decomposition.R ├── 2021 01 ├── 01_157_eigenvalues.R ├── 01_158_locator.R ├── 01_159_on_exit.R ├── 01_160_missing.R ├── 01_161_nargs.R ├── 01_162_tidyverse.R ├── 01_163_gutenbergr.R ├── 01_164_nlpWtm_corpusClean.R ├── 01_165_nlpWtm_stopwordsStemming.R └── 01_166_nlpWtm_matrix.R ├── 2021 04 ├── 01_167_nlpWtm_analyzePlot.R ├── 01_168_nlp_tidytext.R ├── 01_169_nlp_quanteda.R ├── 01_170_nlp_sentimentAnalysis.R ├── 01_171_wordcloud.R ├── 01_172_installr_indepth.R ├── 01_173_matrix package_sparse_matrix.R ├── 01_174_matrixPackage_sparseMatrix.R ├── 01_175_matrix package_triangles.R ├── 01_176_bootstrap_package.R └── 01_177 codetools.R ├── 2021 07 ├── 01_178 R on RPi.R ├── 01_179 list2df.R ├── 01_180 ClusteringQRef.Rmd ├── 01_181 clustering with kmeans.R ├── 01_182 clustering with pam clara.R ├── 01_183 understand silhouette graph.R ├── 01_184 clustering with fanny.R ├── 01_185 clustering with hclust.R ├── 01_186 clustering with agnes.R ├── 01_187 clustering with diana.R ├── 01_188 cutree with hclust.R ├── 01_189 clustering with mona.R └── 01_190 clustering dist vs daisy.R ├── 2021 10 ├── 01_191 parameterized markdown.Rmd ├── 01_192 Run R on a schedule.R ├── 01_193 (4.1) pipe forward.R ├── 01_194 (4.1) backslash lambda function.R ├── 01_195 dist in depth.R ├── 01_196 scale.R ├── 01_197 toJSON.R ├── 01_198 fromJSON.R ├── 01_199 validate JSON.R ├── 01_200 plotmath.R ├── 01_201 batchmode.R ├── 01_202 music.R └── 01_203 beepr.R ├── 2021 GreaterBostonUseR ├── GreaterBostonUseR.Rmd ├── GreaterBostonUseR.html ├── lil_rweek.png └── mnrAtLinkedInLearning.png ├── 2022 01 ├── 01_204 installpackages.R ├── 01_205 more packages.R ├── 01_206 library.R ├── 01_207 Excel SUM.R ├── 01_208 Excel IF.R ├── 01_209 Excel LOOKUP and XLOOKUP.R ├── 01_210 Excel LEFT RIGHT.R ├── 01_211 Excel MATCH.R ├── 01_212 Excel CHOOSE.R ├── 01_213 Excel DATE.R ├── 01_214 Excel DAYS.R └── 01_215 Excel FIND.R ├── 2022 04 ├── 01_216 Excel INDEX.R ├── 01_217 Excel COUNT .R ├── 01_218 Excel average.R ├── 01_219 Excel SUMIF AVERAGEIF.R ├── 01_220 Excel COUNTIF.R ├── 01_221 EXCEL CONCATENATE.R ├── 01_222 Excel MAX and MIN .R ├── 01_223 Excel AND OR.R ├── 01_224 Excel PROPER.R ├── 01_225 Excel LEN.R ├── 01_226 Excel COUNTA.R ├── 01_227 Excel NETWORKDAYS.R └── 01_228 Excel IFERROR.R ├── 2022 07 ├── 01_229 citation.R ├── 01_230 vectorize.R ├── 01_231 Powerpoint from R.R ├── 01_231 powerpoint exercise file.Rmd ├── 01_232 infix operator.R ├── 01_233 Kronecker.R ├── 01_234 flowcharting.R ├── 01_235 glue.R ├── 01_236 crayon.R ├── 01_237 covid19.R ├── 01_238 apexcharter.R ├── 01_239_factorial.R ├── 01_240 downloadfile.R └── 01_241_choose.R ├── 2022 10 ├── 01_242_beta_gamma.R ├── 01_243_asDate.R ├── 01_244_asPOSIXlt.R ├── 01_245_asPOSIXct.R ├── 01_246_lubridate.R ├── 01_247 isodate.R ├── 01_248_systemTimezone.R ├── 01_249_formatTime.R ├── 01_250_difftime.R ├── 01_251_seqDate.R └── 01_252_weekdays.R ├── 2023 01 ├── 01_253_SFplumber.R ├── 01_253_plumber intro.R ├── 01_254_plumber_resreq.R ├── 01_255 getwd setwd.R ├── 01_255_runMyPlumberScript.R ├── 01_256 VisualStudioCode.R ├── 01_257 tibble.R ├── 01_258 dplyr.R └── 01_259 dplyr-mutate.R ├── 2023 cascade R and RPi ├── Proposed.txt ├── Screenshot_Rgui.png ├── Screenshot_cloud.png ├── Screenshot_rstudio.png ├── fixtheapp.png ├── fixtheicon.png ├── geany_config.png ├── hello_gpio.R ├── hello_gpio.fzz ├── hello_gpio_bb.png ├── hello_gpio_control.R ├── hello_gpio_control.fzz ├── hello_gpio_control_bb.png ├── hello_world.R ├── logo_2023.png ├── preso RnRPi.html ├── preso RnRPi.qmd ├── preso RnRPi_files │ └── libs │ │ ├── clipboard │ │ └── clipboard.min.js │ │ ├── quarto-html │ │ ├── popper.min.js │ │ ├── quarto-html.min.css │ │ ├── quarto-syntax-highlighting.css │ │ ├── tabby.min.js │ │ ├── tippy.css │ │ └── tippy.umd.min.js │ │ └── revealjs │ │ ├── dist │ │ ├── reset.css │ │ ├── reveal.css │ │ ├── reveal.esm.js │ │ ├── reveal.esm.js.map │ │ ├── reveal.js │ │ ├── reveal.js.map │ │ └── theme │ │ │ ├── fonts │ │ │ ├── league-gothic │ │ │ │ ├── LICENSE │ │ │ │ ├── league-gothic.css │ │ │ │ ├── league-gothic.eot │ │ │ │ ├── league-gothic.ttf │ │ │ │ └── league-gothic.woff │ │ │ └── source-sans-pro │ │ │ │ ├── LICENSE │ │ │ │ ├── source-sans-pro-italic.eot │ │ │ │ ├── source-sans-pro-italic.ttf │ │ │ │ ├── source-sans-pro-italic.woff │ │ │ │ ├── source-sans-pro-regular.eot │ │ │ │ ├── source-sans-pro-regular.ttf │ │ │ │ ├── source-sans-pro-regular.woff │ │ │ │ ├── source-sans-pro-semibold.eot │ │ │ │ ├── source-sans-pro-semibold.ttf │ │ │ │ ├── source-sans-pro-semibold.woff │ │ │ │ ├── source-sans-pro-semibolditalic.eot │ │ │ │ ├── source-sans-pro-semibolditalic.ttf │ │ │ │ ├── source-sans-pro-semibolditalic.woff │ │ │ │ └── source-sans-pro.css │ │ │ └── quarto.css │ │ └── plugin │ │ ├── highlight │ │ ├── highlight.esm.js │ │ ├── highlight.js │ │ ├── monokai.css │ │ ├── plugin.js │ │ └── zenburn.css │ │ ├── markdown │ │ ├── markdown.esm.js │ │ ├── markdown.js │ │ └── plugin.js │ │ ├── math │ │ ├── katex.js │ │ ├── math.esm.js │ │ ├── math.js │ │ ├── mathjax2.js │ │ ├── mathjax3.js │ │ └── plugin.js │ │ ├── notes │ │ ├── notes.esm.js │ │ ├── notes.js │ │ ├── plugin.js │ │ └── speaker-view.html │ │ ├── pdf-export │ │ ├── pdfexport.js │ │ └── plugin.yml │ │ ├── quarto-line-highlight │ │ ├── line-highlight.css │ │ ├── line-highlight.js │ │ └── plugin.yml │ │ ├── quarto-support │ │ ├── footer.css │ │ ├── plugin.yml │ │ └── support.js │ │ ├── reveal-menu │ │ ├── menu.css │ │ ├── menu.js │ │ ├── plugin.yml │ │ ├── quarto-menu.css │ │ └── quarto-menu.js │ │ ├── search │ │ ├── plugin.js │ │ ├── search.esm.js │ │ └── search.js │ │ └── zoom │ │ ├── plugin.js │ │ ├── zoom.esm.js │ │ └── zoom.js ├── raspberry-pi-4-model-b crop.jpg └── screenshot_geany.png ├── Acronym.zip ├── Acronym_export.txt ├── CITATION.cff ├── Chinook_Sqlite.sqlite ├── ClusteringQRef.html ├── LICENSE ├── README.md ├── SQLQRef.rmd ├── SampleSpreadsheet.xls ├── fiveminutesofr.Rproj ├── function Quick Reference.Rmd ├── plottingQRef.Rmd ├── plottingQRef.html ├── queued ├── .DS_Store ├── 0x_280 bioconductor.R ├── 0x_282 run r from github.R ├── 0x_290 BERT R in Excel.R ├── 0x_290 RKward.R ├── 0x_290 dates times.R ├── 0x_290 filterX3.R ├── 0x_290 high velocity.R ├── 0x_290 high volume.R ├── 0x_290 r-universe.R ├── 0x_290 readr.R ├── 0x_290 stringr.R └── 0x_290 time series.R ├── support text files ├── asciiDailyTemp.txt ├── chicknames.R ├── daily_temperatures.rda ├── makeChickWeight.R ├── mysecrets.r ├── sample.tar ├── sample.zip ├── tempWorkspace.RData └── throwaway └── to_be_later ├── 0x_100_roxygen.R ├── 0x_105_TBD_capabilities.R ├── 0x_106_TBD_attributes.R ├── 0x_108_TBD_curlGetHeaders.R ├── 0x_108_TBD_delayedAssign.R ├── 0x_10x_realWorld_1.R ├── 0x_120_cmdLine.R ├── 0x_129_curlgetheaders.R ├── 0x_142_learnr.R ├── 0x_143_gettext.R ├── 0x_162_norm_rcond.R ├── 0x_179 MULTIPLE cluster package.Rmd ├── 0x_182 tidyblocks.R ├── 0x_197 class ind.R ├── 0x_197 nnet.R ├── 0x_198 multinom.R ├── 0x_200 predict.R ├── 0x_201 which is max.R ├── 0x_202 serializeJSON.R ├── 0x_20SOMETHING plotly.R ├── 0x_210 Excel VLOOKUP.R ├── 0x_231 what is cran.R ├── 0x_235 sql in rstudio.sql ├── 0x_238 rsqliteadmin.R ├── 0x_238 zipcoder.R ├── 0x_239_send_mail.R ├── 0x_253_jsonString.R ├── 0x_255_plumberDeploy.R ├── 0x_255_systime.R ├── 0x_256_plumberfilters.R ├── 0x_257_plumberImages.R ├── 0x_273 R7 OOP generics methods.r ├── 0x_274 R7 OOP Properties.r ├── 0x_280 sentiment complex.R ├── 0x_281 sentiment miniconda.R ├── 0x_282 sentiment tidyverse.R ├── 0x_xx_col.R ├── 0x_xx_dplyr_databases.R ├── 0x_xx_formatTable.R ├── 0x_xx_ordered_factors.R ├── 0x_xx_packrat.R ├── 0x_xx_rattle.R ├── 0x_xx_s3_vs_s4.R ├── 0x_xx_s4_objects.R ├── 0x_xx_shiny.R ├── debug-RStudioOnly.R ├── shakespeare.db ├── xx_xx_do.call.R ├── xx_xx_replicate.R ├── xx_xx_split.R └── xx_xx_strVstoString.R /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/.gitignore -------------------------------------------------------------------------------- /01_148_matrixMathQRef.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_148_matrixMathQRef.html -------------------------------------------------------------------------------- /01_260 dplyr-select.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_260 dplyr-select.R -------------------------------------------------------------------------------- /01_261 dplyr-filter.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_261 dplyr-filter.R -------------------------------------------------------------------------------- /01_262 slice and friends.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_262 slice and friends.r -------------------------------------------------------------------------------- /01_263 dplyr-summarise.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_263 dplyr-summarise.R -------------------------------------------------------------------------------- /01_264 dplyr-arrange.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_264 dplyr-arrange.R -------------------------------------------------------------------------------- /01_265 dplyr-groupby.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_265 dplyr-groupby.R -------------------------------------------------------------------------------- /01_266 dbplyr R to SQL.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_266 dbplyr R to SQL.r -------------------------------------------------------------------------------- /01_267 dplyr pull.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_267 dplyr pull.r -------------------------------------------------------------------------------- /01_268 dplyr joins.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_268 dplyr joins.r -------------------------------------------------------------------------------- /01_269 R7 OOP introduction.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_269 R7 OOP introduction.r -------------------------------------------------------------------------------- /01_269 class planet.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_269 class planet.R -------------------------------------------------------------------------------- /01_270 R7 OOP property class.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_270 R7 OOP property class.r -------------------------------------------------------------------------------- /01_271 R7 OOP property get set.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_271 R7 OOP property get set.r -------------------------------------------------------------------------------- /01_272 R7 OOP validators.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_272 R7 OOP validators.r -------------------------------------------------------------------------------- /01_273 R7 OOP inheritance.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_273 R7 OOP inheritance.r -------------------------------------------------------------------------------- /01_274 R7 OOP generic method.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_274 R7 OOP generic method.R -------------------------------------------------------------------------------- /01_275 Python w Rstudio.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_275 Python w Rstudio.R -------------------------------------------------------------------------------- /01_275 Python w Rstudio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_275 Python w Rstudio.py -------------------------------------------------------------------------------- /01_276 anim_plot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_276 anim_plot.R -------------------------------------------------------------------------------- /01_277 gganimate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_277 gganimate.R -------------------------------------------------------------------------------- /01_278 quarto.qmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/01_278 quarto.qmd -------------------------------------------------------------------------------- /0x_279 sentiment analysis.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/0x_279 sentiment analysis.R -------------------------------------------------------------------------------- /0x_283 rtoot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/0x_283 rtoot.R -------------------------------------------------------------------------------- /0x_284 gistr.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/0x_284 gistr.R -------------------------------------------------------------------------------- /0x_285 new cran.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/0x_285 new cran.R -------------------------------------------------------------------------------- /2018 01/01_01_builtin_datasets.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 01/01_01_builtin_datasets.R -------------------------------------------------------------------------------- /2018 01/01_02_vector_math.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 01/01_02_vector_math.R -------------------------------------------------------------------------------- /2018 01/01_03_subsetting.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 01/01_03_subsetting.R -------------------------------------------------------------------------------- /2018 01/01_04_BasicDataTypes.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 01/01_04_BasicDataTypes.R -------------------------------------------------------------------------------- /2018 01/01_05_vectors.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 01/01_05_vectors.R -------------------------------------------------------------------------------- /2018 01/01_06_lists.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 01/01_06_lists.R -------------------------------------------------------------------------------- /2018 01/01_07_factors.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 01/01_07_factors.R -------------------------------------------------------------------------------- /2018 01/01_08_matrix.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 01/01_08_matrix.R -------------------------------------------------------------------------------- /2018 01/01_09_array.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 01/01_09_array.R -------------------------------------------------------------------------------- /2018 01/01_10_data.frame.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 01/01_10_data.frame.R -------------------------------------------------------------------------------- /2018 01/01_11_data.frame_order_and_merge.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 01/01_11_data.frame_order_and_merge.R -------------------------------------------------------------------------------- /2018 01/01_12_data.frame_readUpdate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 01/01_12_data.frame_readUpdate.R -------------------------------------------------------------------------------- /2018 04/01_13_data.frame_rbind.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 04/01_13_data.frame_rbind.R -------------------------------------------------------------------------------- /2018 04/01_14_data.frame_cbind.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 04/01_14_data.frame_cbind.R -------------------------------------------------------------------------------- /2018 04/01_15_apply.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 04/01_15_apply.R -------------------------------------------------------------------------------- /2018 04/01_16_mapply.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 04/01_16_mapply.R -------------------------------------------------------------------------------- /2018 04/01_17_plot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 04/01_17_plot.R -------------------------------------------------------------------------------- /2018 04/01_18_bracket_vs_doublebracket.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 04/01_18_bracket_vs_doublebracket.R -------------------------------------------------------------------------------- /2018 04/01_19_mean_colMean_rowMean.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 04/01_19_mean_colMean_rowMean.R -------------------------------------------------------------------------------- /2018 04/01_20_RSQLite.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 04/01_20_RSQLite.R -------------------------------------------------------------------------------- /2018 04/01_21_SQLdf.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 04/01_21_SQLdf.R -------------------------------------------------------------------------------- /2018 04/01_22_aggregate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 04/01_22_aggregate.R -------------------------------------------------------------------------------- /2018 04/01_23_rnorm.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 04/01_23_rnorm.R -------------------------------------------------------------------------------- /2018 04/01_24_pipelines.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 04/01_24_pipelines.R -------------------------------------------------------------------------------- /2018 04/01_25_IO_with_clipboard.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 04/01_25_IO_with_clipboard.R -------------------------------------------------------------------------------- /2018 07/01_26_style_guides.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 07/01_26_style_guides.R -------------------------------------------------------------------------------- /2018 07/01_27_cut.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 07/01_27_cut.R -------------------------------------------------------------------------------- /2018 07/01_28_split.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 07/01_28_split.R -------------------------------------------------------------------------------- /2018 07/01_29_askYesNo.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 07/01_29_askYesNo.R -------------------------------------------------------------------------------- /2018 07/01_30_conditionalDensityPlot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 07/01_30_conditionalDensityPlot.R -------------------------------------------------------------------------------- /2018 07/01_31_fun.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 07/01_31_fun.R -------------------------------------------------------------------------------- /2018 07/01_32_boxplot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 07/01_32_boxplot.R -------------------------------------------------------------------------------- /2018 07/01_33_histogram.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 07/01_33_histogram.R -------------------------------------------------------------------------------- /2018 07/01_34_capturePlotToGraphic.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 07/01_34_capturePlotToGraphic.R -------------------------------------------------------------------------------- /2018 07/01_35_coplot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 07/01_35_coplot.R -------------------------------------------------------------------------------- /2018 07/01_36_cowsay.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 07/01_36_cowsay.R -------------------------------------------------------------------------------- /2018 07/01_37_table.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 07/01_37_table.R -------------------------------------------------------------------------------- /2018 07/01_38_look_inside.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 07/01_38_look_inside.R -------------------------------------------------------------------------------- /2018 10/01_39_barplot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 10/01_39_barplot.R -------------------------------------------------------------------------------- /2018 10/01_40_pieChart.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 10/01_40_pieChart.R -------------------------------------------------------------------------------- /2018 10/01_41_unlist.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 10/01_41_unlist.R -------------------------------------------------------------------------------- /2018 10/01_42_joins_inner_fulll.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 10/01_42_joins_inner_fulll.R -------------------------------------------------------------------------------- /2018 10/01_43_joins_left_rightl.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 10/01_43_joins_left_rightl.R -------------------------------------------------------------------------------- /2018 10/01_44_sets_union_intersect_diff.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 10/01_44_sets_union_intersect_diff.R -------------------------------------------------------------------------------- /2018 10/01_45_sets_equal_in.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 10/01_45_sets_equal_in.R -------------------------------------------------------------------------------- /2018 10/01_46_colors.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 10/01_46_colors.R -------------------------------------------------------------------------------- /2018 10/01_47_ifelse.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 10/01_47_ifelse.R -------------------------------------------------------------------------------- /2018 10/01_48_spineplot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 10/01_48_spineplot.R -------------------------------------------------------------------------------- /2018 10/01_49_browser.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 10/01_49_browser.R -------------------------------------------------------------------------------- /2018 10/01_50_debugonce.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 10/01_50_debugonce.R -------------------------------------------------------------------------------- /2018 10/01_51_defaultMirror.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2018 10/01_51_defaultMirror.R -------------------------------------------------------------------------------- /2019 01/01_52_NA.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 01/01_52_NA.R -------------------------------------------------------------------------------- /2019 01/01_53_with.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 01/01_53_with.R -------------------------------------------------------------------------------- /2019 01/01_54_stringMatching.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 01/01_54_stringMatching.R -------------------------------------------------------------------------------- /2019 01/01_55_grep.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 01/01_55_grep.R -------------------------------------------------------------------------------- /2019 01/01_56_dotchart.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 01/01_56_dotchart.R -------------------------------------------------------------------------------- /2019 01/01_57_fourfoldplot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 01/01_57_fourfoldplot.R -------------------------------------------------------------------------------- /2019 01/01_58_matplot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 01/01_58_matplot.R -------------------------------------------------------------------------------- /2019 01/01_59_dimnames.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 01/01_59_dimnames.R -------------------------------------------------------------------------------- /2019 01/01_60_mosaicplot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 01/01_60_mosaicplot.R -------------------------------------------------------------------------------- /2019 01/01_61_stemplot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 01/01_61_stemplot.R -------------------------------------------------------------------------------- /2019 01/01_62_stripchart.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 01/01_62_stripchart.R -------------------------------------------------------------------------------- /2019 01/01_63_sunflower.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 01/01_63_sunflower.R -------------------------------------------------------------------------------- /2019 01/01_64_switch.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 01/01_64_switch.R -------------------------------------------------------------------------------- /2019 04/01_65_switchOnFactor.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 04/01_65_switchOnFactor.R -------------------------------------------------------------------------------- /2019 04/01_66_any_all.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 04/01_66_any_all.R -------------------------------------------------------------------------------- /2019 04/01_67_sub_gsub.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 04/01_67_sub_gsub.R -------------------------------------------------------------------------------- /2019 04/01_68_agrep_fuzzyMatch.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 04/01_68_agrep_fuzzyMatch.R -------------------------------------------------------------------------------- /2019 04/01_69_combn.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 04/01_69_combn.R -------------------------------------------------------------------------------- /2019 04/01_70_dataentry.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 04/01_70_dataentry.R -------------------------------------------------------------------------------- /2019 04/01_71_zeallot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 04/01_71_zeallot.R -------------------------------------------------------------------------------- /2019 04/01_72_menu_selectlist.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 04/01_72_menu_selectlist.R -------------------------------------------------------------------------------- /2019 04/01_73_person.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 04/01_73_person.R -------------------------------------------------------------------------------- /2019 04/01_74_progressbar.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 04/01_74_progressbar.R -------------------------------------------------------------------------------- /2019 04/01_75_zip_tar.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 04/01_75_zip_tar.R -------------------------------------------------------------------------------- /2019 04/01_76_bitwise.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 04/01_76_bitwise.R -------------------------------------------------------------------------------- /2019 04/01_77_by.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 04/01_77_by.R -------------------------------------------------------------------------------- /2019 04/01_78_update.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 04/01_78_update.R -------------------------------------------------------------------------------- /2019 07/01_79_transpose a data.frame with t.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 07/01_79_transpose a data.frame with t.R -------------------------------------------------------------------------------- /2019 07/01_80_protectYourPasswords.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 07/01_80_protectYourPasswords.R -------------------------------------------------------------------------------- /2019 07/01_81_heatmap.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 07/01_81_heatmap.R -------------------------------------------------------------------------------- /2019 07/01_82_just_c.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 07/01_82_just_c.R -------------------------------------------------------------------------------- /2019 07/01_83_stopifnot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 07/01_83_stopifnot.R -------------------------------------------------------------------------------- /2019 07/01_84_weightedmean.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 07/01_84_weightedmean.R -------------------------------------------------------------------------------- /2019 07/01_85_chartr.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 07/01_85_chartr.R -------------------------------------------------------------------------------- /2019 07/01_86_file_choose.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 07/01_86_file_choose.R -------------------------------------------------------------------------------- /2019 07/01_87_duplicated_unique.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 07/01_87_duplicated_unique.R -------------------------------------------------------------------------------- /2019 07/01_88_load_save.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 07/01_88_load_save.R -------------------------------------------------------------------------------- /2019 07/01_89 trunc round ceiling.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 07/01_89 trunc round ceiling.R -------------------------------------------------------------------------------- /2019 07/01_90_expand_grid.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 07/01_90_expand_grid.R -------------------------------------------------------------------------------- /2019 07/01_91 professional groups.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 07/01_91 professional groups.R -------------------------------------------------------------------------------- /2019 10/01_101_whileloop.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 10/01_101_whileloop.R -------------------------------------------------------------------------------- /2019 10/01_102_repeatloop.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 10/01_102_repeatloop.R -------------------------------------------------------------------------------- /2019 10/01_103_create_your_own_swirl.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 10/01_103_create_your_own_swirl.R -------------------------------------------------------------------------------- /2019 10/01_104_logic_and_flow_control.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 10/01_104_logic_and_flow_control.R -------------------------------------------------------------------------------- /2019 10/01_92_c_attributesRecursion.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 10/01_92_c_attributesRecursion.R -------------------------------------------------------------------------------- /2019 10/01_93_logical_operators.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 10/01_93_logical_operators.R -------------------------------------------------------------------------------- /2019 10/01_94_char_expand.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 10/01_94_char_expand.R -------------------------------------------------------------------------------- /2019 10/01_95_complete_cases.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 10/01_95_complete_cases.R -------------------------------------------------------------------------------- /2019 10/01_96_swirl.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 10/01_96_swirl.R -------------------------------------------------------------------------------- /2019 10/01_97_trycatch.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 10/01_97_trycatch.R -------------------------------------------------------------------------------- /2019 10/01_98_double_colons.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 10/01_98_double_colons.R -------------------------------------------------------------------------------- /2019 10/01_99_forloop.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2019 10/01_99_forloop.R -------------------------------------------------------------------------------- /2020 01/01_105_matrix_row_col.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 01/01_105_matrix_row_col.R -------------------------------------------------------------------------------- /2020 01/01_106_cumsum_cumprod_cummax_cummin.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 01/01_106_cumsum_cumprod_cummax_cummin.R -------------------------------------------------------------------------------- /2020 01/01_107_issymetric.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 01/01_107_issymetric.R -------------------------------------------------------------------------------- /2020 01/01_108_fileAccess.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 01/01_108_fileAccess.R -------------------------------------------------------------------------------- /2020 01/01_109_fileinfo.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 01/01_109_fileinfo.R -------------------------------------------------------------------------------- /2020 01/01_110_dput_dget.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 01/01_110_dput_dget.R -------------------------------------------------------------------------------- /2020 01/01_111_sort_dataframe_two_columns.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 01/01_111_sort_dataframe_two_columns.R -------------------------------------------------------------------------------- /2020 01/01_112_diag.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 01/01_112_diag.R -------------------------------------------------------------------------------- /2020 01/01_113_crossprod.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 01/01_113_crossprod.R -------------------------------------------------------------------------------- /2020 01/01_114_upper_tri_lower_tri.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 01/01_114_upper_tri_lower_tri.R -------------------------------------------------------------------------------- /2020 01/01_115_strsplit.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 01/01_115_strsplit.R -------------------------------------------------------------------------------- /2020 01/01_116_setnames.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 01/01_116_setnames.R -------------------------------------------------------------------------------- /2020 01/01_117_stack.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 01/01_117_stack.R -------------------------------------------------------------------------------- /2020 04/01_118_droplevels.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 04/01_118_droplevels.R -------------------------------------------------------------------------------- /2020 04/01_119_rmd.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 04/01_119_rmd.R -------------------------------------------------------------------------------- /2020 04/01_120_rep.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 04/01_120_rep.R -------------------------------------------------------------------------------- /2020 04/01_121_format.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 04/01_121_format.R -------------------------------------------------------------------------------- /2020 04/01_122_pmax_pmin.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 04/01_122_pmax_pmin.R -------------------------------------------------------------------------------- /2020 04/01_123_printBetter.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 04/01_123_printBetter.R -------------------------------------------------------------------------------- /2020 04/01_124_range_extendrange.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 04/01_124_range_extendrange.R -------------------------------------------------------------------------------- /2020 04/01_125_rank.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 04/01_125_rank.R -------------------------------------------------------------------------------- /2020 04/01_126_saveRDS.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 04/01_126_saveRDS.R -------------------------------------------------------------------------------- /2020 04/01_127_regexpr_regexec.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 04/01_127_regexpr_regexec.R -------------------------------------------------------------------------------- /2020 04/01_128_message.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 04/01_128_message.R -------------------------------------------------------------------------------- /2020 04/01_129_regmatches.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 04/01_129_regmatches.R -------------------------------------------------------------------------------- /2020 04/01_130_diff.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 04/01_130_diff.R -------------------------------------------------------------------------------- /2020 07/01_131_exists.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 07/01_131_exists.R -------------------------------------------------------------------------------- /2020 07/01_132_formulas.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 07/01_132_formulas.R -------------------------------------------------------------------------------- /2020 07/01_133_rpres.Rpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 07/01_133_rpres.Rpres -------------------------------------------------------------------------------- /2020 07/01_134_latticeintro.Rpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 07/01_134_latticeintro.Rpres -------------------------------------------------------------------------------- /2020 07/01_135_latticexyplot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 07/01_135_latticexyplot.R -------------------------------------------------------------------------------- /2020 07/01_136_cloudandWireframe.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 07/01_136_cloudandWireframe.R -------------------------------------------------------------------------------- /2020 07/01_137_latticeLevelContour.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 07/01_137_latticeLevelContour.R -------------------------------------------------------------------------------- /2020 07/01_138_lattice_barchart.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 07/01_138_lattice_barchart.R -------------------------------------------------------------------------------- /2020 07/01_139_splomCharts.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 07/01_139_splomCharts.R -------------------------------------------------------------------------------- /2020 07/01_140_lattice_panels.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 07/01_140_lattice_panels.R -------------------------------------------------------------------------------- /2020 07/01_141_stripplot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 07/01_141_stripplot.R -------------------------------------------------------------------------------- /2020 07/01_142_whichminmax.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 07/01_142_whichminmax.R -------------------------------------------------------------------------------- /2020 07/01_143_par_fontColorSize.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 07/01_143_par_fontColorSize.R -------------------------------------------------------------------------------- /2020 10/01_143_par.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_143_par.Rmd -------------------------------------------------------------------------------- /2020 10/01_143_par_handout.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_143_par_handout.docx -------------------------------------------------------------------------------- /2020 10/01_144_par_margins.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_144_par_margins.R -------------------------------------------------------------------------------- /2020 10/01_145_par_pch_points.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_145_par_pch_points.R -------------------------------------------------------------------------------- /2020 10/01_146_legend.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_146_legend.R -------------------------------------------------------------------------------- /2020 10/01_147_identical.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_147_identical.R -------------------------------------------------------------------------------- /2020 10/01_148_matrixMathQRef.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_148_matrixMathQRef.Rmd -------------------------------------------------------------------------------- /2020 10/01_149_matrixMathReview.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_149_matrixMathReview.R -------------------------------------------------------------------------------- /2020 10/01_150_matrix_solveSystems.Rpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_150_matrix_solveSystems.Rpres -------------------------------------------------------------------------------- /2020 10/01_150_matrix_solveSystems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_150_matrix_solveSystems.md -------------------------------------------------------------------------------- /2020 10/01_151_matrix_solveInverse.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_151_matrix_solveInverse.R -------------------------------------------------------------------------------- /2020 10/01_152_backsolve_forwardsolve.Rpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_152_backsolve_forwardsolve.Rpres -------------------------------------------------------------------------------- /2020 10/01_153_matrix_determinant.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_153_matrix_determinant.R -------------------------------------------------------------------------------- /2020 10/01_154_outer.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_154_outer.R -------------------------------------------------------------------------------- /2020 10/01_155_crossproduct.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_155_crossproduct.R -------------------------------------------------------------------------------- /2020 10/01_156_svd_qr_decomposition.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2020 10/01_156_svd_qr_decomposition.R -------------------------------------------------------------------------------- /2021 01/01_157_eigenvalues.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 01/01_157_eigenvalues.R -------------------------------------------------------------------------------- /2021 01/01_158_locator.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 01/01_158_locator.R -------------------------------------------------------------------------------- /2021 01/01_159_on_exit.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 01/01_159_on_exit.R -------------------------------------------------------------------------------- /2021 01/01_160_missing.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 01/01_160_missing.R -------------------------------------------------------------------------------- /2021 01/01_161_nargs.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 01/01_161_nargs.R -------------------------------------------------------------------------------- /2021 01/01_162_tidyverse.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 01/01_162_tidyverse.R -------------------------------------------------------------------------------- /2021 01/01_163_gutenbergr.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 01/01_163_gutenbergr.R -------------------------------------------------------------------------------- /2021 01/01_164_nlpWtm_corpusClean.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 01/01_164_nlpWtm_corpusClean.R -------------------------------------------------------------------------------- /2021 01/01_165_nlpWtm_stopwordsStemming.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 01/01_165_nlpWtm_stopwordsStemming.R -------------------------------------------------------------------------------- /2021 01/01_166_nlpWtm_matrix.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 01/01_166_nlpWtm_matrix.R -------------------------------------------------------------------------------- /2021 04/01_167_nlpWtm_analyzePlot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 04/01_167_nlpWtm_analyzePlot.R -------------------------------------------------------------------------------- /2021 04/01_168_nlp_tidytext.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 04/01_168_nlp_tidytext.R -------------------------------------------------------------------------------- /2021 04/01_169_nlp_quanteda.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 04/01_169_nlp_quanteda.R -------------------------------------------------------------------------------- /2021 04/01_170_nlp_sentimentAnalysis.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 04/01_170_nlp_sentimentAnalysis.R -------------------------------------------------------------------------------- /2021 04/01_171_wordcloud.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 04/01_171_wordcloud.R -------------------------------------------------------------------------------- /2021 04/01_172_installr_indepth.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 04/01_172_installr_indepth.R -------------------------------------------------------------------------------- /2021 04/01_173_matrix package_sparse_matrix.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 04/01_173_matrix package_sparse_matrix.R -------------------------------------------------------------------------------- /2021 04/01_174_matrixPackage_sparseMatrix.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 04/01_174_matrixPackage_sparseMatrix.R -------------------------------------------------------------------------------- /2021 04/01_175_matrix package_triangles.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 04/01_175_matrix package_triangles.R -------------------------------------------------------------------------------- /2021 04/01_176_bootstrap_package.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 04/01_176_bootstrap_package.R -------------------------------------------------------------------------------- /2021 04/01_177 codetools.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 04/01_177 codetools.R -------------------------------------------------------------------------------- /2021 07/01_178 R on RPi.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 07/01_178 R on RPi.R -------------------------------------------------------------------------------- /2021 07/01_179 list2df.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 07/01_179 list2df.R -------------------------------------------------------------------------------- /2021 07/01_180 ClusteringQRef.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 07/01_180 ClusteringQRef.Rmd -------------------------------------------------------------------------------- /2021 07/01_181 clustering with kmeans.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 07/01_181 clustering with kmeans.R -------------------------------------------------------------------------------- /2021 07/01_182 clustering with pam clara.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 07/01_182 clustering with pam clara.R -------------------------------------------------------------------------------- /2021 07/01_183 understand silhouette graph.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 07/01_183 understand silhouette graph.R -------------------------------------------------------------------------------- /2021 07/01_184 clustering with fanny.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 07/01_184 clustering with fanny.R -------------------------------------------------------------------------------- /2021 07/01_185 clustering with hclust.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 07/01_185 clustering with hclust.R -------------------------------------------------------------------------------- /2021 07/01_186 clustering with agnes.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 07/01_186 clustering with agnes.R -------------------------------------------------------------------------------- /2021 07/01_187 clustering with diana.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 07/01_187 clustering with diana.R -------------------------------------------------------------------------------- /2021 07/01_188 cutree with hclust.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 07/01_188 cutree with hclust.R -------------------------------------------------------------------------------- /2021 07/01_189 clustering with mona.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 07/01_189 clustering with mona.R -------------------------------------------------------------------------------- /2021 07/01_190 clustering dist vs daisy.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 07/01_190 clustering dist vs daisy.R -------------------------------------------------------------------------------- /2021 10/01_191 parameterized markdown.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 10/01_191 parameterized markdown.Rmd -------------------------------------------------------------------------------- /2021 10/01_192 Run R on a schedule.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 10/01_192 Run R on a schedule.R -------------------------------------------------------------------------------- /2021 10/01_193 (4.1) pipe forward.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 10/01_193 (4.1) pipe forward.R -------------------------------------------------------------------------------- /2021 10/01_194 (4.1) backslash lambda function.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 10/01_194 (4.1) backslash lambda function.R -------------------------------------------------------------------------------- /2021 10/01_195 dist in depth.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 10/01_195 dist in depth.R -------------------------------------------------------------------------------- /2021 10/01_196 scale.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 10/01_196 scale.R -------------------------------------------------------------------------------- /2021 10/01_197 toJSON.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 10/01_197 toJSON.R -------------------------------------------------------------------------------- /2021 10/01_198 fromJSON.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 10/01_198 fromJSON.R -------------------------------------------------------------------------------- /2021 10/01_199 validate JSON.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 10/01_199 validate JSON.R -------------------------------------------------------------------------------- /2021 10/01_200 plotmath.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 10/01_200 plotmath.R -------------------------------------------------------------------------------- /2021 10/01_201 batchmode.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 10/01_201 batchmode.R -------------------------------------------------------------------------------- /2021 10/01_202 music.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 10/01_202 music.R -------------------------------------------------------------------------------- /2021 10/01_203 beepr.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 10/01_203 beepr.R -------------------------------------------------------------------------------- /2021 GreaterBostonUseR/GreaterBostonUseR.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 GreaterBostonUseR/GreaterBostonUseR.Rmd -------------------------------------------------------------------------------- /2021 GreaterBostonUseR/GreaterBostonUseR.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 GreaterBostonUseR/GreaterBostonUseR.html -------------------------------------------------------------------------------- /2021 GreaterBostonUseR/lil_rweek.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 GreaterBostonUseR/lil_rweek.png -------------------------------------------------------------------------------- /2021 GreaterBostonUseR/mnrAtLinkedInLearning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2021 GreaterBostonUseR/mnrAtLinkedInLearning.png -------------------------------------------------------------------------------- /2022 01/01_204 installpackages.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 01/01_204 installpackages.R -------------------------------------------------------------------------------- /2022 01/01_205 more packages.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 01/01_205 more packages.R -------------------------------------------------------------------------------- /2022 01/01_206 library.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 01/01_206 library.R -------------------------------------------------------------------------------- /2022 01/01_207 Excel SUM.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 01/01_207 Excel SUM.R -------------------------------------------------------------------------------- /2022 01/01_208 Excel IF.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 01/01_208 Excel IF.R -------------------------------------------------------------------------------- /2022 01/01_209 Excel LOOKUP and XLOOKUP.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 01/01_209 Excel LOOKUP and XLOOKUP.R -------------------------------------------------------------------------------- /2022 01/01_210 Excel LEFT RIGHT.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 01/01_210 Excel LEFT RIGHT.R -------------------------------------------------------------------------------- /2022 01/01_211 Excel MATCH.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 01/01_211 Excel MATCH.R -------------------------------------------------------------------------------- /2022 01/01_212 Excel CHOOSE.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 01/01_212 Excel CHOOSE.R -------------------------------------------------------------------------------- /2022 01/01_213 Excel DATE.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 01/01_213 Excel DATE.R -------------------------------------------------------------------------------- /2022 01/01_214 Excel DAYS.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 01/01_214 Excel DAYS.R -------------------------------------------------------------------------------- /2022 01/01_215 Excel FIND.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 01/01_215 Excel FIND.R -------------------------------------------------------------------------------- /2022 04/01_216 Excel INDEX.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 04/01_216 Excel INDEX.R -------------------------------------------------------------------------------- /2022 04/01_217 Excel COUNT .R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 04/01_217 Excel COUNT .R -------------------------------------------------------------------------------- /2022 04/01_218 Excel average.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 04/01_218 Excel average.R -------------------------------------------------------------------------------- /2022 04/01_219 Excel SUMIF AVERAGEIF.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 04/01_219 Excel SUMIF AVERAGEIF.R -------------------------------------------------------------------------------- /2022 04/01_220 Excel COUNTIF.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 04/01_220 Excel COUNTIF.R -------------------------------------------------------------------------------- /2022 04/01_221 EXCEL CONCATENATE.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 04/01_221 EXCEL CONCATENATE.R -------------------------------------------------------------------------------- /2022 04/01_222 Excel MAX and MIN .R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 04/01_222 Excel MAX and MIN .R -------------------------------------------------------------------------------- /2022 04/01_223 Excel AND OR.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 04/01_223 Excel AND OR.R -------------------------------------------------------------------------------- /2022 04/01_224 Excel PROPER.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 04/01_224 Excel PROPER.R -------------------------------------------------------------------------------- /2022 04/01_225 Excel LEN.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 04/01_225 Excel LEN.R -------------------------------------------------------------------------------- /2022 04/01_226 Excel COUNTA.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 04/01_226 Excel COUNTA.R -------------------------------------------------------------------------------- /2022 04/01_227 Excel NETWORKDAYS.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 04/01_227 Excel NETWORKDAYS.R -------------------------------------------------------------------------------- /2022 04/01_228 Excel IFERROR.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 04/01_228 Excel IFERROR.R -------------------------------------------------------------------------------- /2022 07/01_229 citation.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 07/01_229 citation.R -------------------------------------------------------------------------------- /2022 07/01_230 vectorize.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 07/01_230 vectorize.R -------------------------------------------------------------------------------- /2022 07/01_231 Powerpoint from R.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 07/01_231 Powerpoint from R.R -------------------------------------------------------------------------------- /2022 07/01_231 powerpoint exercise file.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 07/01_231 powerpoint exercise file.Rmd -------------------------------------------------------------------------------- /2022 07/01_232 infix operator.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 07/01_232 infix operator.R -------------------------------------------------------------------------------- /2022 07/01_233 Kronecker.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 07/01_233 Kronecker.R -------------------------------------------------------------------------------- /2022 07/01_234 flowcharting.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 07/01_234 flowcharting.R -------------------------------------------------------------------------------- /2022 07/01_235 glue.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 07/01_235 glue.R -------------------------------------------------------------------------------- /2022 07/01_236 crayon.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 07/01_236 crayon.R -------------------------------------------------------------------------------- /2022 07/01_237 covid19.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 07/01_237 covid19.R -------------------------------------------------------------------------------- /2022 07/01_238 apexcharter.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 07/01_238 apexcharter.R -------------------------------------------------------------------------------- /2022 07/01_239_factorial.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 07/01_239_factorial.R -------------------------------------------------------------------------------- /2022 07/01_240 downloadfile.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 07/01_240 downloadfile.R -------------------------------------------------------------------------------- /2022 07/01_241_choose.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 07/01_241_choose.R -------------------------------------------------------------------------------- /2022 10/01_242_beta_gamma.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 10/01_242_beta_gamma.R -------------------------------------------------------------------------------- /2022 10/01_243_asDate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 10/01_243_asDate.R -------------------------------------------------------------------------------- /2022 10/01_244_asPOSIXlt.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 10/01_244_asPOSIXlt.R -------------------------------------------------------------------------------- /2022 10/01_245_asPOSIXct.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 10/01_245_asPOSIXct.R -------------------------------------------------------------------------------- /2022 10/01_246_lubridate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 10/01_246_lubridate.R -------------------------------------------------------------------------------- /2022 10/01_247 isodate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 10/01_247 isodate.R -------------------------------------------------------------------------------- /2022 10/01_248_systemTimezone.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 10/01_248_systemTimezone.R -------------------------------------------------------------------------------- /2022 10/01_249_formatTime.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 10/01_249_formatTime.R -------------------------------------------------------------------------------- /2022 10/01_250_difftime.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 10/01_250_difftime.R -------------------------------------------------------------------------------- /2022 10/01_251_seqDate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 10/01_251_seqDate.R -------------------------------------------------------------------------------- /2022 10/01_252_weekdays.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2022 10/01_252_weekdays.R -------------------------------------------------------------------------------- /2023 01/01_253_SFplumber.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 01/01_253_SFplumber.R -------------------------------------------------------------------------------- /2023 01/01_253_plumber intro.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 01/01_253_plumber intro.R -------------------------------------------------------------------------------- /2023 01/01_254_plumber_resreq.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 01/01_254_plumber_resreq.R -------------------------------------------------------------------------------- /2023 01/01_255 getwd setwd.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 01/01_255 getwd setwd.R -------------------------------------------------------------------------------- /2023 01/01_255_runMyPlumberScript.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 01/01_255_runMyPlumberScript.R -------------------------------------------------------------------------------- /2023 01/01_256 VisualStudioCode.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 01/01_256 VisualStudioCode.R -------------------------------------------------------------------------------- /2023 01/01_257 tibble.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 01/01_257 tibble.R -------------------------------------------------------------------------------- /2023 01/01_258 dplyr.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 01/01_258 dplyr.R -------------------------------------------------------------------------------- /2023 01/01_259 dplyr-mutate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 01/01_259 dplyr-mutate.R -------------------------------------------------------------------------------- /2023 cascade R and RPi/Proposed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/Proposed.txt -------------------------------------------------------------------------------- /2023 cascade R and RPi/Screenshot_Rgui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/Screenshot_Rgui.png -------------------------------------------------------------------------------- /2023 cascade R and RPi/Screenshot_cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/Screenshot_cloud.png -------------------------------------------------------------------------------- /2023 cascade R and RPi/Screenshot_rstudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/Screenshot_rstudio.png -------------------------------------------------------------------------------- /2023 cascade R and RPi/fixtheapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/fixtheapp.png -------------------------------------------------------------------------------- /2023 cascade R and RPi/fixtheicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/fixtheicon.png -------------------------------------------------------------------------------- /2023 cascade R and RPi/geany_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/geany_config.png -------------------------------------------------------------------------------- /2023 cascade R and RPi/hello_gpio.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/hello_gpio.R -------------------------------------------------------------------------------- /2023 cascade R and RPi/hello_gpio.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/hello_gpio.fzz -------------------------------------------------------------------------------- /2023 cascade R and RPi/hello_gpio_bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/hello_gpio_bb.png -------------------------------------------------------------------------------- /2023 cascade R and RPi/hello_gpio_control.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/hello_gpio_control.R -------------------------------------------------------------------------------- /2023 cascade R and RPi/hello_gpio_control.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/hello_gpio_control.fzz -------------------------------------------------------------------------------- /2023 cascade R and RPi/hello_gpio_control_bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/hello_gpio_control_bb.png -------------------------------------------------------------------------------- /2023 cascade R and RPi/hello_world.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/hello_world.R -------------------------------------------------------------------------------- /2023 cascade R and RPi/logo_2023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/logo_2023.png -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi.html -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi.qmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi.qmd -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/clipboard/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/clipboard/clipboard.min.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/quarto-html/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/quarto-html/popper.min.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/quarto-html/quarto-html.min.css: -------------------------------------------------------------------------------- 1 | /*# sourceMappingURL=0a6b880beb84f9b6f36107a76f82c5b1.css.map */ 2 | -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/quarto-html/quarto-syntax-highlighting.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/quarto-html/quarto-syntax-highlighting.css -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/quarto-html/tabby.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/quarto-html/tabby.min.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/quarto-html/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/quarto-html/tippy.css -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/quarto-html/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/quarto-html/tippy.umd.min.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/reset.css -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/reveal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/reveal.css -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/reveal.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/reveal.esm.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/reveal.esm.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/reveal.esm.js.map -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/reveal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/reveal.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/reveal.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/reveal.js.map -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/league-gothic/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/league-gothic/LICENSE -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/league-gothic/league-gothic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/league-gothic/league-gothic.css -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/league-gothic/league-gothic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/league-gothic/league-gothic.eot -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/league-gothic/league-gothic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/league-gothic/league-gothic.ttf -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/league-gothic/league-gothic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/league-gothic/league-gothic.woff -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/LICENSE -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.eot -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.ttf -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.woff -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.eot -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.ttf -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.woff -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.eot -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.ttf -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.woff -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.eot -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.ttf -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.woff -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/fonts/source-sans-pro/source-sans-pro.css -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/quarto.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/dist/theme/quarto.css -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/highlight/highlight.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/highlight/highlight.esm.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/highlight/highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/highlight/highlight.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/highlight/monokai.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/highlight/monokai.css -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/highlight/plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/highlight/plugin.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/highlight/zenburn.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/highlight/zenburn.css -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/markdown/markdown.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/markdown/markdown.esm.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/markdown/markdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/markdown/markdown.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/markdown/plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/markdown/plugin.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/math/katex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/math/katex.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/math/math.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/math/math.esm.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/math/math.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/math/math.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/math/mathjax2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/math/mathjax2.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/math/mathjax3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/math/mathjax3.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/math/plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/math/plugin.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/notes/notes.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/notes/notes.esm.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/notes/notes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/notes/notes.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/notes/plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/notes/plugin.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/notes/speaker-view.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/notes/speaker-view.html -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/pdf-export/pdfexport.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/pdf-export/pdfexport.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/pdf-export/plugin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/pdf-export/plugin.yml -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/quarto-line-highlight/line-highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/quarto-line-highlight/line-highlight.css -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/quarto-line-highlight/line-highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/quarto-line-highlight/line-highlight.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/quarto-line-highlight/plugin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/quarto-line-highlight/plugin.yml -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/quarto-support/footer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/quarto-support/footer.css -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/quarto-support/plugin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/quarto-support/plugin.yml -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/quarto-support/support.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/quarto-support/support.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/reveal-menu/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/reveal-menu/menu.css -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/reveal-menu/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/reveal-menu/menu.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/reveal-menu/plugin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/reveal-menu/plugin.yml -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/reveal-menu/quarto-menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/reveal-menu/quarto-menu.css -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/reveal-menu/quarto-menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/reveal-menu/quarto-menu.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/search/plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/search/plugin.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/search/search.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/search/search.esm.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/search/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/search/search.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/zoom/plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/zoom/plugin.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/zoom/zoom.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/zoom/zoom.esm.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/zoom/zoom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/preso RnRPi_files/libs/revealjs/plugin/zoom/zoom.js -------------------------------------------------------------------------------- /2023 cascade R and RPi/raspberry-pi-4-model-b crop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/raspberry-pi-4-model-b crop.jpg -------------------------------------------------------------------------------- /2023 cascade R and RPi/screenshot_geany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/2023 cascade R and RPi/screenshot_geany.png -------------------------------------------------------------------------------- /Acronym.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/Acronym.zip -------------------------------------------------------------------------------- /Acronym_export.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/Acronym_export.txt -------------------------------------------------------------------------------- /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/CITATION.cff -------------------------------------------------------------------------------- /Chinook_Sqlite.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/Chinook_Sqlite.sqlite -------------------------------------------------------------------------------- /ClusteringQRef.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/ClusteringQRef.html -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/README.md -------------------------------------------------------------------------------- /SQLQRef.rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/SQLQRef.rmd -------------------------------------------------------------------------------- /SampleSpreadsheet.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/SampleSpreadsheet.xls -------------------------------------------------------------------------------- /fiveminutesofr.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/fiveminutesofr.Rproj -------------------------------------------------------------------------------- /function Quick Reference.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/function Quick Reference.Rmd -------------------------------------------------------------------------------- /plottingQRef.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/plottingQRef.Rmd -------------------------------------------------------------------------------- /plottingQRef.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/plottingQRef.html -------------------------------------------------------------------------------- /queued/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/queued/.DS_Store -------------------------------------------------------------------------------- /queued/0x_280 bioconductor.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/queued/0x_280 bioconductor.R -------------------------------------------------------------------------------- /queued/0x_282 run r from github.R: -------------------------------------------------------------------------------- 1 | # run r from github action -------------------------------------------------------------------------------- /queued/0x_290 BERT R in Excel.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/queued/0x_290 BERT R in Excel.R -------------------------------------------------------------------------------- /queued/0x_290 RKward.R: -------------------------------------------------------------------------------- 1 | # RKward 2 | 3 | # https://rkward.kde.org 4 | 5 | print("hello") 6 | -------------------------------------------------------------------------------- /queued/0x_290 dates times.R: -------------------------------------------------------------------------------- 1 | # mine R4DS: dates and times -------------------------------------------------------------------------------- /queued/0x_290 filterX3.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/queued/0x_290 filterX3.R -------------------------------------------------------------------------------- /queued/0x_290 high velocity.R: -------------------------------------------------------------------------------- 1 | # mine content from R4DS: high velocity data -------------------------------------------------------------------------------- /queued/0x_290 high volume.R: -------------------------------------------------------------------------------- 1 | # mine R4ds: high volume -------------------------------------------------------------------------------- /queued/0x_290 r-universe.R: -------------------------------------------------------------------------------- 1 | # https://r-universe.dev/search/ -------------------------------------------------------------------------------- /queued/0x_290 readr.R: -------------------------------------------------------------------------------- 1 | # tidyerse readr -------------------------------------------------------------------------------- /queued/0x_290 stringr.R: -------------------------------------------------------------------------------- 1 | # tidyverse stringr -------------------------------------------------------------------------------- /queued/0x_290 time series.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/queued/0x_290 time series.R -------------------------------------------------------------------------------- /support text files/asciiDailyTemp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/support text files/asciiDailyTemp.txt -------------------------------------------------------------------------------- /support text files/chicknames.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/support text files/chicknames.R -------------------------------------------------------------------------------- /support text files/daily_temperatures.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/support text files/daily_temperatures.rda -------------------------------------------------------------------------------- /support text files/makeChickWeight.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/support text files/makeChickWeight.R -------------------------------------------------------------------------------- /support text files/mysecrets.r: -------------------------------------------------------------------------------- 1 | mySecretPassword <- "Waldorf salad" 2 | 3 | -------------------------------------------------------------------------------- /support text files/sample.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/support text files/sample.tar -------------------------------------------------------------------------------- /support text files/sample.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/support text files/sample.zip -------------------------------------------------------------------------------- /support text files/tempWorkspace.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/support text files/tempWorkspace.RData -------------------------------------------------------------------------------- /support text files/throwaway: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/support text files/throwaway -------------------------------------------------------------------------------- /to_be_later/0x_100_roxygen.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_100_roxygen.R -------------------------------------------------------------------------------- /to_be_later/0x_105_TBD_capabilities.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_105_TBD_capabilities.R -------------------------------------------------------------------------------- /to_be_later/0x_106_TBD_attributes.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_106_TBD_attributes.R -------------------------------------------------------------------------------- /to_be_later/0x_108_TBD_curlGetHeaders.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_108_TBD_curlGetHeaders.R -------------------------------------------------------------------------------- /to_be_later/0x_108_TBD_delayedAssign.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_108_TBD_delayedAssign.R -------------------------------------------------------------------------------- /to_be_later/0x_10x_realWorld_1.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_10x_realWorld_1.R -------------------------------------------------------------------------------- /to_be_later/0x_120_cmdLine.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_120_cmdLine.R -------------------------------------------------------------------------------- /to_be_later/0x_129_curlgetheaders.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_129_curlgetheaders.R -------------------------------------------------------------------------------- /to_be_later/0x_142_learnr.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_142_learnr.R -------------------------------------------------------------------------------- /to_be_later/0x_143_gettext.R: -------------------------------------------------------------------------------- 1 | # gettext - translate character vectors -------------------------------------------------------------------------------- /to_be_later/0x_162_norm_rcond.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_162_norm_rcond.R -------------------------------------------------------------------------------- /to_be_later/0x_179 MULTIPLE cluster package.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_179 MULTIPLE cluster package.Rmd -------------------------------------------------------------------------------- /to_be_later/0x_182 tidyblocks.R: -------------------------------------------------------------------------------- 1 | # tidyblocks.tech 2 | 3 | # scratch experiment with R -------------------------------------------------------------------------------- /to_be_later/0x_197 class ind.R: -------------------------------------------------------------------------------- 1 | # class.ind -------------------------------------------------------------------------------- /to_be_later/0x_197 nnet.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_197 nnet.R -------------------------------------------------------------------------------- /to_be_later/0x_198 multinom.R: -------------------------------------------------------------------------------- 1 | # multinom() -------------------------------------------------------------------------------- /to_be_later/0x_200 predict.R: -------------------------------------------------------------------------------- 1 | # predict() -------------------------------------------------------------------------------- /to_be_later/0x_201 which is max.R: -------------------------------------------------------------------------------- 1 | # which.is.max() -------------------------------------------------------------------------------- /to_be_later/0x_202 serializeJSON.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_202 serializeJSON.R -------------------------------------------------------------------------------- /to_be_later/0x_20SOMETHING plotly.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_20SOMETHING plotly.R -------------------------------------------------------------------------------- /to_be_later/0x_210 Excel VLOOKUP.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_210 Excel VLOOKUP.R -------------------------------------------------------------------------------- /to_be_later/0x_231 what is cran.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_231 what is cran.R -------------------------------------------------------------------------------- /to_be_later/0x_235 sql in rstudio.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_235 sql in rstudio.sql -------------------------------------------------------------------------------- /to_be_later/0x_238 rsqliteadmin.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_238 rsqliteadmin.R -------------------------------------------------------------------------------- /to_be_later/0x_238 zipcoder.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_238 zipcoder.R -------------------------------------------------------------------------------- /to_be_later/0x_239_send_mail.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_239_send_mail.R -------------------------------------------------------------------------------- /to_be_later/0x_253_jsonString.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_253_jsonString.R -------------------------------------------------------------------------------- /to_be_later/0x_255_plumberDeploy.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_255_plumberDeploy.R -------------------------------------------------------------------------------- /to_be_later/0x_255_systime.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_255_systime.R -------------------------------------------------------------------------------- /to_be_later/0x_256_plumberfilters.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_256_plumberfilters.R -------------------------------------------------------------------------------- /to_be_later/0x_257_plumberImages.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_257_plumberImages.R -------------------------------------------------------------------------------- /to_be_later/0x_273 R7 OOP generics methods.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_273 R7 OOP generics methods.r -------------------------------------------------------------------------------- /to_be_later/0x_274 R7 OOP Properties.r: -------------------------------------------------------------------------------- 1 | # R7 OOP structures 2 | # https://rconsortium.github.io/OOP-WG/articles/index.html -------------------------------------------------------------------------------- /to_be_later/0x_280 sentiment complex.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_280 sentiment complex.R -------------------------------------------------------------------------------- /to_be_later/0x_281 sentiment miniconda.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_281 sentiment miniconda.R -------------------------------------------------------------------------------- /to_be_later/0x_282 sentiment tidyverse.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_282 sentiment tidyverse.R -------------------------------------------------------------------------------- /to_be_later/0x_xx_col.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_xx_col.R -------------------------------------------------------------------------------- /to_be_later/0x_xx_dplyr_databases.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_xx_dplyr_databases.R -------------------------------------------------------------------------------- /to_be_later/0x_xx_formatTable.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_xx_formatTable.R -------------------------------------------------------------------------------- /to_be_later/0x_xx_ordered_factors.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_xx_ordered_factors.R -------------------------------------------------------------------------------- /to_be_later/0x_xx_packrat.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_xx_packrat.R -------------------------------------------------------------------------------- /to_be_later/0x_xx_rattle.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_xx_rattle.R -------------------------------------------------------------------------------- /to_be_later/0x_xx_s3_vs_s4.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_xx_s3_vs_s4.R -------------------------------------------------------------------------------- /to_be_later/0x_xx_s4_objects.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_xx_s4_objects.R -------------------------------------------------------------------------------- /to_be_later/0x_xx_shiny.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/0x_xx_shiny.R -------------------------------------------------------------------------------- /to_be_later/debug-RStudioOnly.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/debug-RStudioOnly.R -------------------------------------------------------------------------------- /to_be_later/shakespeare.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/shakespeare.db -------------------------------------------------------------------------------- /to_be_later/xx_xx_do.call.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/xx_xx_do.call.R -------------------------------------------------------------------------------- /to_be_later/xx_xx_replicate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/xx_xx_replicate.R -------------------------------------------------------------------------------- /to_be_later/xx_xx_split.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/xx_xx_split.R -------------------------------------------------------------------------------- /to_be_later/xx_xx_strVstoString.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnr/R-for-Data-Science-Lunchbreak-Lessons/HEAD/to_be_later/xx_xx_strVstoString.R --------------------------------------------------------------------------------