This function takes a dataset x - which by default will consist of all
numeric variables of the Tripadvisor hotel dataset - and creates a QQ-plot
for each of the contained columns/variables.
To improve the ease of understanding whether the given data is rather normal
distributed or not (theoretical and practical quantiles are similar)
additional QQ-Lines are added.
1  | general_qq(x, name, pdf = T)
 | 
x | 
 dataset to be analysed  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.