$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install RStudio on Xubuntu 18.04 LTS

September 4, 2018 | By the+gnu+linux+evangelist.

GNU/Linux Xubuntu 18.04 Installing RStudio – QuickStart Guide

Hello Linux user! The Tutorial shows you Step-by-Step How to Install RStudio IDE in GNU/Linux Xubuntu 18.04 Bionic LTS Desktop.

And RStudio for Xubuntu 18.04 is a set of Integrated Tools Designed to Help you be more Productive with R.

Moreover, RStudio includes a Console, Syntax-highlighting Editor that supports direct Code Execution, and a variety of Robust Tools for Plotting, Viewing History, Debugging and Managing your Workspace.

Finally, included inside the article you find instructions on How to Getting Started with RStudio on Xubuntu Linux.

How to Install RStudio on Xubuntu 18.04  LTS
  1. 1. Launching Terminal

    Open a Shell Terminal emulator window
    (Press “Enter” to Execute Commands)

    How to Install RStudio on Xubuntu GNU/Linux - Open Terminal
    In case first see: Terminal QuickStart Guide.