enable better R plotting in VSCode

  • Enable R > Plot: Use httpgd is VS Code Private or Broken Links
    The page you're looking for is either not available or private!
    settings to have better support for R plots (especially multiple plot in single command)

    • Default VSCode plot for R is simplistic and does not contain similar features like in R Studio (especially for multiple plot in single command)
    • Require the httpgd library to be installed first. Run the following
      • install.packages("httpgd")
      • or alternatively install this compendium library install.packages("languageserver")

References

Metadata

  • topic:: 00 Coding00 Coding
    #MOC / for programming language, coding guide and libraries focusing on data analytics and html/css
    • related:: 01 R programming01 R programming
      #MOC / for notes sub to 00 Coding with focus on how I use Jekyll
  • updated:: 2022-08-21 Private or Broken Links
    The page you're looking for is either not available or private!
  • reviewed:: 2022-08-21 Private or Broken Links
    The page you're looking for is either not available or private!
  • #Reference