# NAMESPACE file for SciencesPo

importFrom("utils", "packageDescription")
importFrom("stats", "sd")
importFrom("data.table", "data.table")
importFrom("xtable", "xtable")

# export all functions/variables that don't start with a .
# exportPattern("^[^\\.]")

export(
	accent,
	anonymize,
	beta.coef,
	cv,
	dummy,
	fptp2av,
	get.ci,
	get.ipc,
	get.years,
	kurtosis,
	lsq,
	outliers,
	outtags,
	psum,
	rprob,
	rescale,
	rstack,
	se,
	shift,
	skewness,
	winsor.mean
)
	
   ## Soundex
export(
	soundexBR,
	soundexES,
	soundexFR
)

	## Tables
export(
    detail,
	tableau,
	tolatex,
	top.foot
)
