From 2925b380e082d989ed7fb0eed42a7aa8617181ce Mon Sep 17 00:00:00 2001 From: Damon Pham Date: Thu, 20 Aug 2020 18:01:18 -0700 Subject: [PATCH] remove write_gifti_from_template --- NAMESPACE | 1 - man/write_gifti_from_template.Rd | 21 --------------------- 2 files changed, 22 deletions(-) delete mode 100644 man/write_gifti_from_template.Rd diff --git a/NAMESPACE b/NAMESPACE index 4f8bb6b..dc03fb4 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -19,7 +19,6 @@ export(read_gifti) export(readgii) export(surf_triangles) export(write_gifti) -export(write_gifti_from_template) import(xml2) importFrom(R.utils,gunzip) importFrom(R.utils,gzip) diff --git a/man/write_gifti_from_template.Rd b/man/write_gifti_from_template.Rd deleted file mode 100644 index 363e43a..0000000 --- a/man/write_gifti_from_template.Rd +++ /dev/null @@ -1,21 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/write_gifti_from_template.R -\name{write_gifti_from_template} -\alias{write_gifti_from_template} -\title{Write GIFTI from Template} -\usage{ -write_gifti_from_template(template_file, out_file, new_data = NULL) -} -\arguments{ -\item{template_file}{Path to the template GIFTI file} - -\item{out_file}{Where to write the new GIFTI file} - -\item{new_data}{List of new data values. The length of \code{new_data} -should match the number of "DataArray"s in the template GIFTI file. Default -\code{NULL} will leave the data unchanged.} -} -\description{ -Writes a GIFTI file identical to an existing file, except with - certain values replaced. -}