Hub
Pricing About
  • Software
  • Blog
  • Forum
  • Events
  • Documentation
  • About KNIME
  • KNIME Community Hub
  • mlauber71
  • Spaces
  • Public
  • kn_example_r_sequence_days_in_month
WorkflowWorkflow

Generate a list of all days in a month with seq() in R

R Date Seq Month List
+2
mlauber71 profile image

Last edited: 

Drag & drop
Like
Download workflow
Copy short link
Workflow preview
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"), "days")) names(knime.out)[1] <- "list_days" knime.out$list_days <- as.character(knime.out$list_days)

External resources

  • original discussion
  • Date and Time columns in R and KNIME
  • Tips by Iris how to determine last day of month
  • an example by marco_ghislanzoni with the Legacy nodes

Used extensions & nodes

Created with KNIME Analytics Platform version 4.0.2
  • Go to item
    KNIME Core Trusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.0.2

    knime
  • Go to item
    KNIME Interactive R Statistics Integration Trusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.0.1

    knime
  • Go to item
    KNIME Math Expression (JEP) Trusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.0.2

    knime
  1. Go to item
  2. Go to item
  3. Go to item
  4. Go to item
  5. Go to item
  6. Go to item
Loading deployments
Loading ad hoc executions

Legal

By using or downloading the workflow, you agree to our terms and conditions.

Discussion
Discussions are currently not available, please try again later.

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • E-Learning course
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • KNIME Open Source Story
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more on KNIME Business Hub
© 2023 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Credits