knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(idk)
library(dplyr)
library(ggplot2)

..

track_information %>% 
  mutate(album_type = as.character(album_type)) %>%
  filter(album_type != "single") %>%
  ggplot(aes(instrumentalness , popularity)) + geom_point()


IAjimi/idk documentation built on Dec. 14, 2019, 7:23 p.m.