Skip to content
Discussion options

You must be logged in to vote

You can use the cronR package as usual in Positron to schedule scripts. In other words this should work fine:

cron_add(cmd, frequency = 'minutely', id = 'job1', description = 'Customers')

However, cronR's RStudio add-in that adds a dialog you can use to create schedules won't work in Positron. Currently Positron only supports limited RStudio API features and doesn't support RStudio add-ins.

Positron supports the VS Code extension API and also has a full API for working with R and Python sessions, so it would be possible for someone to build a job scheduling UI for cronR in Positron!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JacksonChou
Comment options

Answer selected by JacksonChou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants