Visualisation with highcharter - Error with highcharter in R

Multi tool use
Multi tool use











up vote
2
down vote

favorite












I am trying to plot basic charts with library: highcharter but getting the error :



highchart()%>%
hc_add_series(pokemon, "scatter", hcaes(x = height, y = weight))

Warning: Error in mutate_impl: Column `x` is of unsupported type quoted call


Note:
I was tried as per the document :
https://www.datacamp.com/community/tutorials/data-visualization-highcharter-r










share|improve this question






















  • can u check the which version of highcharter is using?
    – sai saran
    Nov 13 at 5:22















up vote
2
down vote

favorite












I am trying to plot basic charts with library: highcharter but getting the error :



highchart()%>%
hc_add_series(pokemon, "scatter", hcaes(x = height, y = weight))

Warning: Error in mutate_impl: Column `x` is of unsupported type quoted call


Note:
I was tried as per the document :
https://www.datacamp.com/community/tutorials/data-visualization-highcharter-r










share|improve this question






















  • can u check the which version of highcharter is using?
    – sai saran
    Nov 13 at 5:22













up vote
2
down vote

favorite









up vote
2
down vote

favorite











I am trying to plot basic charts with library: highcharter but getting the error :



highchart()%>%
hc_add_series(pokemon, "scatter", hcaes(x = height, y = weight))

Warning: Error in mutate_impl: Column `x` is of unsupported type quoted call


Note:
I was tried as per the document :
https://www.datacamp.com/community/tutorials/data-visualization-highcharter-r










share|improve this question













I am trying to plot basic charts with library: highcharter but getting the error :



highchart()%>%
hc_add_series(pokemon, "scatter", hcaes(x = height, y = weight))

Warning: Error in mutate_impl: Column `x` is of unsupported type quoted call


Note:
I was tried as per the document :
https://www.datacamp.com/community/tutorials/data-visualization-highcharter-r







r r-highcharter






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 13 at 5:20









Amelia

628




628












  • can u check the which version of highcharter is using?
    – sai saran
    Nov 13 at 5:22


















  • can u check the which version of highcharter is using?
    – sai saran
    Nov 13 at 5:22
















can u check the which version of highcharter is using?
– sai saran
Nov 13 at 5:22




can u check the which version of highcharter is using?
– sai saran
Nov 13 at 5:22












1 Answer
1






active

oldest

votes

















up vote
2
down vote



accepted










Same situation was faced in my r also to plot basic mtcars data, problem with the old version of highcharter and install the new updated one with from github.



library(highcharter)
packageVersion("highcharter")
[1] ‘0.6.0’


updated version is 0.6.0



to get the updated version :



library(devtools)
devtools::install_github("jbkunst/highcharter")
library(highcharter)
packageVersion("highcharter")


restart the r and rstudio and check the packageVersion("highcharter")






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














     

    draft saved


    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53274292%2fvisualisation-with-highcharter-error-with-highcharter-in-r%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote



    accepted










    Same situation was faced in my r also to plot basic mtcars data, problem with the old version of highcharter and install the new updated one with from github.



    library(highcharter)
    packageVersion("highcharter")
    [1] ‘0.6.0’


    updated version is 0.6.0



    to get the updated version :



    library(devtools)
    devtools::install_github("jbkunst/highcharter")
    library(highcharter)
    packageVersion("highcharter")


    restart the r and rstudio and check the packageVersion("highcharter")






    share|improve this answer



























      up vote
      2
      down vote



      accepted










      Same situation was faced in my r also to plot basic mtcars data, problem with the old version of highcharter and install the new updated one with from github.



      library(highcharter)
      packageVersion("highcharter")
      [1] ‘0.6.0’


      updated version is 0.6.0



      to get the updated version :



      library(devtools)
      devtools::install_github("jbkunst/highcharter")
      library(highcharter)
      packageVersion("highcharter")


      restart the r and rstudio and check the packageVersion("highcharter")






      share|improve this answer

























        up vote
        2
        down vote



        accepted







        up vote
        2
        down vote



        accepted






        Same situation was faced in my r also to plot basic mtcars data, problem with the old version of highcharter and install the new updated one with from github.



        library(highcharter)
        packageVersion("highcharter")
        [1] ‘0.6.0’


        updated version is 0.6.0



        to get the updated version :



        library(devtools)
        devtools::install_github("jbkunst/highcharter")
        library(highcharter)
        packageVersion("highcharter")


        restart the r and rstudio and check the packageVersion("highcharter")






        share|improve this answer














        Same situation was faced in my r also to plot basic mtcars data, problem with the old version of highcharter and install the new updated one with from github.



        library(highcharter)
        packageVersion("highcharter")
        [1] ‘0.6.0’


        updated version is 0.6.0



        to get the updated version :



        library(devtools)
        devtools::install_github("jbkunst/highcharter")
        library(highcharter)
        packageVersion("highcharter")


        restart the r and rstudio and check the packageVersion("highcharter")







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Nov 14 at 5:06









        Amelia

        628




        628










        answered Nov 13 at 5:26









        sai saran

        1,199123




        1,199123






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53274292%2fvisualisation-with-highcharter-error-with-highcharter-in-r%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            JB0Ec2Wj,89EjkHU,VOZQ,IysZ6EoPMoDWx8,LX3qQXO44D fz93N FF6g4w0t,ovmRbfFB7QWzT WTM8xC wt01Yp7j6,gRYuAyAl JW
            W,ohi5uT4

            Popular posts from this blog

            mysqli_query(): Empty query in /home/lucindabrummitt/public_html/blog/wp-includes/wp-db.php on line 1924

            Multiple Hosts connection in Hyperledger Fabric

            How to send String Array data to Server using php in android