Package index
-
LICENSE_CONFIG
- License Configuration
-
build()
- Build package components wrapper
-
build_citation()
- Build CITATION file using cffr
-
build_license()
- Build License
-
build_package()
- Build package structure and core files
-
build_readme()
- Build README from inst/templates/README.Rmd
-
build_roxygen()
- Generate roxygen documentation for datasets
-
build_site()
- Build website with pkgdown
-
clean_data()
- Clean data with standard transformations
-
collect()
- Collect metadata wrapper
-
collect_dataset_info()
- Collect dataset information from .rda files
-
collect_metadata()
- Collect comprehensive metadata interactively
-
create_directories()
- Create project directories
-
ensure_directory()
- Ensure directory exists with messaging
-
export_csv()
- Export data as CSV file
-
export_rda()
- Export data as RDA file
-
fairenough()
- Main fairenough wrapper
-
filter_supported_files()
- Filter files by supported extensions
-
gendict()
- Generate data dictionary using LLM
-
generate()
- Generation of documentation for datasets
-
generate_dictionary()
- Generate data dictionary
-
get_available_licenses()
- Get Supported License Names
-
get_base_path()
- Get base path with consistent handling across all functions
-
get_key()
- Get key from DESCRIPTION file
-
get_license_config()
- Get License Configuration
-
get_metadata()
- Get metadata from DESCRIPTION file
-
get_raw_dir()
- Get raw directory path with consistent handling across all functions
-
get_supported_extensions()
- Get supported file extensions
-
is_supported_file_type()
- Check if file type is supported
-
match_license()
- Match License to License Config
-
move_data_files()
- Move data files to raw data directory
-
process()
- Process data wrapper
-
process_data()
- Process all data files
-
prompt_confirm()
- Yes/No confirmation
-
prompt_input()
- General-purpose prompting utilities for R
-
prompt_menu()
- Menu selection using utils::menu()
-
prompt_multi_select()
- Multiple selection menu
-
read_data()
- Read data from various sources
-
run_checks()
- Run package checks
-
save_metadata()
- Save metadata to DESCRIPTION file
-
setup()
- Setup wrapper
-
setup_gitignore()
- Setup gitignore for data directory and R files
-
setup_package()
- Setup fairenough project structure
-
update_metadata()
- Update metadata in DESCRIPTION file
-
use_template()
- Use a template file with data substitution
-
validate_data_frame()
- Validate data frame
-
validate_file_path()
- Validate file path
-
validate_package()
- Validate package with modern tools
-
validate_email()
validate_package_name()
validate_orcid()
validate_date()
validate_url()
- Common validators