Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

fwildclusterboot (version 0.13.0)

find_proglang: Check if julia or python are installed / can be found on the PATH.

Description

Based on Mauro Lepore's great suggestion https://github.com/ropensci/software-review/issues/546#issuecomment-1416728843

Usage

find_proglang(lang)

Value

logical. TRUE if lang is found on path, FALSE if not

Arguments

lang

which language to check. Either 'julia' or 'python'

Examples

Run this code

if (FALSE) {
find_proglang(lang = "julia")
}

Run the code above in your browser using DataLab