You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
We could set esqlabsR.reports as a package. The workflow would be:
(to do once) Install esqlabsR.reports package
After initializing a project (ie creating Code, Data, Models directory structure), open the project's .Rproj file and run something like esqlabsR.reports::new_report(). This would create the /report directory and copy the .qmd template.
the utilities-report/ would be replaced by functions integrated to the esqlabsR.reports.
Notes:
In 2., the template copy could be customize according to the user's values for the arguments in the esqlabsR.reports::new_report() function.
The text was updated successfully, but these errors were encountered:
We could set esqlabsR.reports as a package. The workflow would be:
esqlabsR.reports
package.Rproj
file and run something likeesqlabsR.reports::new_report()
. This would create the/report
directory and copy the.qmd
template.utilities-report/
would be replaced by functions integrated to theesqlabsR.reports
.Notes:
In 2., the template copy could be customize according to the user's values for the arguments in the
esqlabsR.reports::new_report()
function.The text was updated successfully, but these errors were encountered: