Icon

Public

This directory contains 400 workflows.

Iconkn_​example_​r_​excel_​remove_​sheet 

use R's openxlsx to remove an existing worksheet from an Excel file edit: warning! in this example from the first sheet "data1" some features get deleted […]

Iconkn_​example_​r_​graphic_​bars_​stacked_​grouped 

KNIME and R Graphics - Stacked Bars within Grouped Barplot in R

Iconkn_​example_​r_​graphic_​plot_​means 

KNIME and R Graphics - Plotting means and error bars in R

Iconkn_​example_​r_​heatmap_​cars 

It is possible to create heatmaps with dendrograms with the help to R. You would have to check the code if the distance and cluster settings fit your needs. […]

Iconkn_​example_​r_​hex_​convert 

use R to convert hex to dec

Iconkn_​example_​r_​hex_​convert_​string 

use R to convert hex to strings use R to convert hex to strings URL: broman - convert2hex https://rdrr.io/cran/broman/man/convert2hex.html URL: […]

Iconkn_​example_​r_​import_​csv_​messy_​loop_​force_​all_​string 

Force R’s readr to import all columns of a messy CSV file as strings - allow changing table structures ——— library(readr) file_location <- […]

Iconkn_​example_​r_​import_​csv_​r_​readr 

import 'dirty' CSV files with the help of R's readr

Iconkn_​example_​r_​import_​csv_​r_​readr_​force_​all_​string 

Force R’s readr to import all columns as strings ——— library(readr) file_location <- knime.flow.in[["File path"]] knime.out <- […]

Iconkn_​example_​r_​iris 

Simple example to make a random forest (rpart) model with R in KNIME using the iris dataset. And saving an reusing the model with PMML