1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/delim.R
3\name{tag2delim}
4\alias{tag2delim}
5\title{change a delimiter tag into two escaped characters}
6\usage{
7tag2delim(tag = "{{ }}", escape = TRUE)
8}
9\arguments{
10\item{tag}{character with delimiter tag seperated with a space}
11
12\item{tag}{character with delimiter tag seperated with a space}
13}
14\description{
15change a delimiter tag into two escaped characters
16}
17\keyword{internal}
18