Create the file tree and necessary data files to begin building a resume.
Source:R/build.R
build_base_directory.RdCreate the file tree and necessary data files to begin building a resume.
See also
Other cli:
build_app_directory(),
get_app_info(),
open_app(),
render_app(),
render_cover(),
render_cv_as_html(),
render_resume(),
update_app_info()
Examples
in_tmp_env({
build_base_directory()
})
#>
#> ── Setting project paths ───────────────────────────────────────────────────────
#>
#> Your current path is: /tmp/Rtmpbn6D2Y/
#> Set your desired project path relative to your current path:
#>
#> You entered the path: /tmp/Rtmpbn6D2Y/
#>
#> Setting your project root to: /tmp/Rtmpbn6D2Y/
#> File .here already exists in /tmp/Rtmpbn6D2Y
#> ! File already exists: .Rprofile (skipping)
#> ! File already exists: mycv.Rproj (skipping)
#>
#> ℹ Writing to: ../../../../../../../tmp/Rtmpbn6D2Y
#>
#> ── Creating directory tree ─────────────────────────────────────────────────────
#> ! Folder already exists: . (skipping)
#> ! Folder already exists: R (skipping)
#> ! Folder already exists: R/input (skipping)
#> ! Folder already exists: R/output (skipping)
#> ! Folder already exists: R/applications (skipping)
#>
#> ── Writing skeleton data files ─────────────────────────────────────────────────
#> ! File already exists: R/input/resume_data.xlsx (skipping)
#> ! File already exists: R/input/cover_data.xlsx (skipping)
#> ! File already exists: R/input/job_metadata.yml (skipping)
#>
#> ── Writing resume-building notebooks ───────────────────────────────────────────
#> ! File already exists: resume.Rmd (skipping)
#> ! File already exists: cv.Rmd (skipping)