Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • CSTools CSTools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • External
  • CSToolsCSTools
  • Issues
  • #126
Closed
Open
Issue created Jul 26, 2023 by Eva Rifà@erifarovMaintainer

New function CST_Start

This issue is to create a new function to retrieve the data that calls Start and directly transforms the output into an 's2dv_cube' object similarly CST_Load does.

An example of the function structure is the following:

CST_Start <- function(...) {
  data <- Start(...) 
  data <- as.s2dv_cube(data)
  return(data)
}

The developments needed are the following:

  • Create the new function CST_Start
  • Add a warning in CST_Load function in order that the users preferably use CST_Start
  • Substitute the loading with CST_Load for CST_Start of the vignettes in CSTools
  • Substitute the loading with CST_Load for CST_Start of the examples in CSTools
  • Create new sample data with CST_Start
  • Substitute the loading with CST_Load for CST_Start of the vignettes in CSIndicators
  • Substitute the loading with CST_Load for CST_Start of the examples in CSIndicators
Edited Oct 17, 2023 by Eva Rifà
Assignee
Assign to
Time tracking