parse_dot_line: Parse environment variables from lines in a .env file

View source: R/load_dot_env.R

parse_dot_lineR Documentation

Parse environment variables from lines in a .env file

Description

Parse environment variables from lines in a .env file

Usage

parse_dot_line(lines)

Arguments

lines

Character vector containing lines from a .env file

Value

A named list where names are environment variable names and values are their corresponding values


configulaR documentation built on June 8, 2025, 10:52 a.m.