Hub
Pricing About
WorkflowWorkflow

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

RDateSeqMonthList
+2
mlauber71 profile image
Draft Latest edits on 
Aug 29, 2024 1:29 PM
Drag & drop
Like
Download workflow
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

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

Used extensions & nodes

Created with KNIME Analytics Platform version 4.7.8
  • Go to item
    KNIME Base nodesTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.7.8

    knime
  • Go to item
    KNIME Interactive R Statistics IntegrationTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.7.0

    knime
  • Go to item
    KNIME JavasnippetTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.7.0

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

    KNIME AG, Zurich, Switzerland

    Version 4.7.0

    knime

Legal

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

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