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

Step By Step – Install RStudio on Ubuntu 18.10 Cosmic Gnu/Linux

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

RStudio Ubuntu 18.10 Installation Guide

Hello Linux user! The Tutorial shows you Step-by-Step How to Install RStudio on Ubuntu 18.10 Cosmic GNU/Linux.

And RStudio for Ubuntu Cosmic 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 Ubuntu Linux.

How to Install RStudio on Ubuntu 18.10 Cosmic GNU/Linux - Featured
  1. Open a Terminal Shell emulator window
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    How to Install RStudio on Ubuntu 18.10 Cosmic GNU/Linux - Open Terminal Shell Emulator