get_xml_config: Create an empty xml configuration file

View source: R/Familiar.R

get_xml_configR Documentation

Create an empty xml configuration file

Description

This function creates an empty configuration xml file in the directory specified by dir_path. This provides an alternative to the use of input arguments for familiar.

Usage

get_xml_config(dir_path)

Arguments

dir_path

Path to the directory where the configuration file should be created. The directory should exist, and no file named config.xml should be present.

Value

Nothing. A file named config.xml is created in the directory indicated by dir_path.

Examples

## Not run: 
# Creates a config.xml file in the working directory
get_xml_config(dir_path=getwd())

## End(Not run)

familiar documentation built on Sept. 30, 2024, 9:18 a.m.