This chapter focuses on transforming survey data from the 2012 General Social Survey (GSS) and visualizing it using the R programming language. The survey targets the American population's attitudes t...This chapter focuses on transforming survey data from the 2012 General Social Survey (GSS) and visualizing it using the R programming language. The survey targets the American population's attitudes towards police use of force. The chapter explains how to import the data using the haven package, transform categorical variables correctly, and employ the dplyr package for data manipulation. Additionally, it introduces the ggplot2 package for creating graphical representations of the data.