Codepedia
  • My coding farm
  • Microsoft Excel
  • Macro-VBA
  • Power Query & M
  • Data Model & DAX
  • Microsoft Power BI
  • Tableau
  • SQL
  • SQL Server BI (Microsoft BI)
  • R Programming
  • Python
  • stackoverflow
Powered by GitBook
On this page

R Programming

https://trello.com/b/N5PsLKg8/r-programming-wiki-cevi

https://r-pedia.gitbook.io/cevi/

  • ​Is there an R function for finding the index of an element in a vector?​

  • ​This R Data Import Tutorial Is Everything You Need​

  • ​Getting Data From An Online Source

  • ​Selecting only numeric columns from a data frame

  • EDA with DataExplorer package

  • EDA with dlookr package

  • How to color box and whisker plot

  • Subset only categorical values:

    names(data %>% select_if(~!is.numeric(.x)))

  • Remove NA values from a vector

  • Hyperlink in Rmarkdown

PreviousSQL Server BI (Microsoft BI)NextPython

Last updated 6 years ago