Data Analysis with R Programming (Terms) Flashcards
A body of reusable code for performing specific tasks in R
Function (R)
A collection of columns containing data, similar to a spreadsheet or SQL table
Data frame
A collection of materials that can be shared with potential employers
Portfolio
A common way for employers to assess job skills and gain insight into how a candidate approaches common data-related challenges
Case study
A computer-generated file that records events from operating systems and other software programs
Log file
A declaration that if a certain condition holds, then a certain event must take place
Conditional statement
A directory containing all of a data analyst’s installed packages
Library
A document for running code and displaying the graphs and charts that visualize the code
R Notebook
A file format for making dynamic documents with R
R Markdown
A format for organizing and storing data
Data structure
A function that is completely contained within another function
Nested function
A general-purpose programming language
Python
A group of data elements of the same type stored in a one-dimensional sequence in R
Vector (R)
A group of R functions used for customizing a plot
Labels and annotations (R)
A language that translates data to improve readability
YAML
A line on a data visualization that uses smoothing to represent a trend
Smoothing line (R)
A piece of code added in an R Markdown file that is used to process, visualize or analyze data
Code chunk
A process for smoothing plots with a large number of points
GAM (generalized additive model) smoothing (R)
A process used for smoothing plots with fewer than 1,000 points
Loess smoothing (R)
A process used to make data visualizations in R clearer and more readable
Smoothing (R)
A programming language for macOS, iOS, watchOS, and tvOS
Swift
A programming language for web application development
PHP (Hypertext Preprocessor)
A programming language that provides structure for web pages and connects to hosting platforms
HTML5
A programming language used for web page design that controls graphic elements and page presentation
CSS (Cascading Style Sheets)
A programming language widely used to create enterprise web applications that can run on multiple clients
Java
A representation of a value in R that can be stored for later use
Variable (R)
A series of functions that splits data into subsets in a matrix of panels
Facets (R)
A short statement describing an idea or concept
Elevator pitch
A software application that brings together all the tools a data analyst may want to use in a single place
IDE (Integrated Development Environment)