# NOT RUN {
df <- data.frame(
x = 1:10,
y = round(
runif(10, 1, 100), 2
)
)
df %>%
e_charts(x) %>%
e_line(y) %>%
e_format_y_axis(suffix = "%") %>%
e_format_x_axis(prefix = "A") %>%
e_clean()
# }
Run the code above in your browser using DataLab