Icon

Public

This directory contains 400 workflows.

Iconkn_​example_​r_​ods_​calc_​read 

Import ODS (Libre Office) calc Sheets use R "readODS" to import a ODS (libre Office) clac sheet. Use other R packages to export the ODS data into ARFF and […]

Iconkn_​example_​r_​ods_​calc_​write 

Export ODS (Libre Office) calc Sheets

Iconkn_​example_​r_​openxlsx_​read_​excel_​file 

Import Excel/XLSX file with R's openxlsx package https://hub.knime.com/mlauber71/spaces/Public/latest/kn_example_excel_import_meta_workflow~BxiMlBJ2jYCPlZnS

Iconkn_​example_​r_​pdf_​read_​text 

use R and KNIME to extract text from PDF file - search for page where text appears

Iconkn_​example_​r_​read_​parquet_​file 

use R library(arrow) to read parquet file into KNIME Export the data to SQLite, ARFF and again to another Parquet file. Also: split a larger file into […]

Iconkn_​example_​r_​read_​single_​csv_​file 

use R library(readr) to read (messy) CSV file into KNIME Export the data to SQLite, ARFF and Parquet and demonstrate to read the files back into KNIME

Iconkn_​example_​r_​read_​single_​xlsx_​file 

use R library(readxl) to read XLSX/Excel file into KNIME Export the data to SQLite, ARFF and Parquet and demonstrate to read the files back into KNIME

Iconkn_​example_​r_​read_​xlsx_​file_​skip_​lines 

use R library(readxl) to read XLSX/Excel file into KNIME and skipt the first 3 rows

Iconkn_​example_​r_​readr_​locale_​encoding 

use R library (readr) to read CSV file into KNIME with UTF-16LE encoding locale = locale(encoding = "UTF-16LE")

Iconkn_​example_​r_​sequence_​days_​in_​month 

Generate a list of all days in a month with seq() in R knime.out <- as.data.frame(seq(as.Date("2019/10/01"), as.Date("2019/10/31"), […]