Hub
Pricing About
NodeNode / Source

R Source (Table) (deprecated)

ScriptingRLocal (deprecated)

This node has been deprecated and its use is not recommended. Please search for updated nodes instead.

Like

A source node for reading a diversity of data types from R into KNIME tables. Use this when there are R functions that you want to use to read a table into KNIME. The foreign library provides an example of some such functions.

More details about R:

http://www.r-project.org/
Short-refcard.pdf

library(foreign)

Read .spss from SPSS
R = read.spss(path_to_spss_file)

Read xport from SAS xport format library
R = read.xport(path_to_SAS_xport_file)

Read Stata .dta files (binary file format)
R = read.dta(path_to_stata_file)

Read dbf from XBase family (Fox Pro et. al)
R = read.dbf(path_to_xbase_file)

Read a 'Minitab Portable Worksheet' file
R = read.mtp(path_to_mtp_file)

Node details

Output ports
  1. Type: Table
    Data that has been sourced from R
    A table containing new data from R

Extension

The R Source (Table) (deprecated) node is part of this extension:

  1. Go to item

Related workflows & nodes

  1. Go to item
  2. Go to item
  3. Go to item

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • Courses + Certification
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more about KNIME Business Hub
© 2025 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Data Processing Agreement
  • Credits