Knitting my File produces the error message down below:
This is how my File starts:
Unfortunately, I couldn't try anything as I have no idea what the error message has to do with the displayed information.
I hope to knit the document to a pdf once this error has been removed.
My code:
library(plotrix)
p6<-pie3D(rawdata8.2$rawdata8.1,
col = hcl.colors(length(data), "Spectral"),
radius = 1.7,
theta = 0.25,
shade = 0.5,
height = 0.3,
start = pi/1.25,
explode = 0.2)
title("Anzahl Ankünfte nach Herkunftsland der Touristen 2020" )