Skip to content
Snippets Groups Projects
Commit 1c4cb229 authored by gdutz's avatar gdutz
Browse files

Remove unnecessary @importFrom rlang :=

parent afc26159
No related branches found
No related tags found
No related merge requests found
Package: leo Package: leo
Type: Package Type: Package
Title: Useful functions for LEO surveys Title: Useful functions for LEO surveys
Version: 0.2.4 Version: 0.2.5
Author: Gregor Dutz Author: Gregor Dutz
Maintainer: Gregor Dutz <gregor.dutz@uni-hamburg.de> Maintainer: Gregor Dutz <gregor.dutz@uni-hamburg.de>
Description: Implements simple functions to handle data from two German surveys Description: Implements simple functions to handle data from two German surveys
......
# Generated by roxygen2: do not edit by hand # Generated by roxygen2: do not edit by hand
export(leo_svydesign) export(leo_svydesign)
importFrom(rlang,":=")
importFrom(rlang,.data) importFrom(rlang,.data)
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
#' @param replist When true, the function returns an imputation list instead of survey design object. #' @param replist When true, the function returns an imputation list instead of survey design object.
#' @return A survey design or imputation list object. #' @return A survey design or imputation list object.
#' #'
#' @importFrom rlang :=
#' @importFrom rlang .data #' @importFrom rlang .data
#' @export #' @export
leo_svydesign <- function(df, survey = "leo2018", replist = FALSE) { leo_svydesign <- function(df, survey = "leo2018", replist = FALSE) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment