$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 - Installing

  1. Change to Target Location
    Usually like:

    cd && cd Downloads

    (But if Downloaded with Firefox it may instead be into /tmp/mozilla*…)
    And to Check there is:

    ls | grep rstudio
  2. Then Install RStudio in Ubuntu
    Just executing:

    sudo gdebi rstudio*.deb