You can directly read SPSS data in R Studio, for that use the read.spss() function from the foreign package. This function allows you to read SPSS files and convert them into R data frames, which can be used for further analysis and visualization in R.
To use this function, you will first need to install the foreign package in R