ys_help is an environment containing functions that can be called to
provide information and examples for how yspec works. specification(),
internal_db() and analysis1() will open up markdown or yaml files
using rstudioapi::navigateToFile if that package is installed and
file.show in case it is not.
Usage
# S3 method for class 'yhelp'
print(...)
ys_helpDetails
spec()generates the analysis1 yspec objectfile()the file name and path of an example yspec filedata()is a function that generates a data set that can be checked againstspec()csv()is the file name (and path) to the data set generated bydata()proj()generates a project object that can be rendered into a documentyaml()shows the analysis1 yaml fileref()shows the syntax reference for yaml filedb()shows the internal column lookup data baseexample()shows and Rmd file showing yspec workflowexport(path)export internal assets that can be used for exploration in the local filesystem; you must supply the location (path) to where the content is to be exported; there is also anoverwriteargument that will allow overwriting an existing folder (use with care!)
