setup_RmData: Setup RmData Options

View source: R/init_R6.R

setup_RmDataR Documentation

Setup RmData Options

Description

Configure and/or create the .Rprofile file to set options for the RmData package.

Usage

setup_RmData(
  Clarity = TRUE,
  ServicePoint = FALSE,
  Clarity_URL = "https://cohhio.clarityhs.com",
  clients_to_filter = NULL
)

Arguments

Clarity

(logical) Indicates whether the CoC uses Clarity HMIS. Default is TRUE.

ServicePoint

(logical) Indicates whether the CoC uses ServicePoint HMIS. Default is FALSE.

Clarity_URL

(character) The URL for the Clarity HMIS. Default is "https://cohhio.clarityhs.com".

clients_to_filter

(list or NULL) A list of clients to filter. If NULL, no filtering is applied.

Value

This function creates or modifies the .Rprofile file in the project directory to include HMIS options.

Examples

## Not run: 
setup_RmData(Clarity = TRUE, ServicePoint = FALSE)

## End(Not run)

COHHIO/Rm_data documentation built on Dec. 9, 2024, 2:10 p.m.