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

Installing Requirements

  1. 2. Installing Anaconda

    How to Install Anaconda Python on Xubuntu

    Anaconda Python Installation Guide
  2. 3. Installing R

    Then Install R Base + Packages.

    conda install r-essentials

Contents